There was an error while loading. Please reload this page.
2 parents 28e47a2 + 5b565c8 commit 27213e9Copy full SHA for 27213e9
1 file changed
Dockerfile
@@ -74,6 +74,9 @@ RUN apt-get -qqy update && apt-get -qqy install \
74
credhub-cli \
75
om-cli
76
77
+# Create symlink for the cloudfoundry cli cf8 as cf
78
+RUN ln -s /usr/bin/cf8 /usr/bin/cf
79
+
80
RUN curl -sSL https://get.docker.com/ | sh
81
82
RUN git config --global user.email "app-runtime-interfaces@cloudfoundry.org"
0 commit comments