Skip to content

Commit 27213e9

Browse files
authored
Merge pull request #475 from cloudfoundry/docker-cf
symlink cf8 to cf
2 parents 28e47a2 + 5b565c8 commit 27213e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ RUN apt-get -qqy update && apt-get -qqy install \
7474
credhub-cli \
7575
om-cli
7676

77+
# Create symlink for the cloudfoundry cli cf8 as cf
78+
RUN ln -s /usr/bin/cf8 /usr/bin/cf
79+
7780
RUN curl -sSL https://get.docker.com/ | sh
7881

7982
RUN git config --global user.email "app-runtime-interfaces@cloudfoundry.org"

0 commit comments

Comments
 (0)