Skip to content

Commit

Permalink
Fix Dockerfile, really this time
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyourhatoff committed Sep 29, 2017
1 parent f450e7d commit 20a1240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ RUN pip install --upgrade pip \
&& pip install --upgrade virtualenv \
&& pip install awscli

RUN mv deps/terraform /usr/bin/terraform && chmod +x /usr/bin/terraform

RUN wget https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-2.0.24-linux-amd64 \
&& mv bosh-cli-2.0.24-linux-amd64 /usr/bin/bosh2 \
&& chmod +x /usr/bin/bosh2 \
Expand Down Expand Up @@ -69,8 +67,6 @@ RUN go get -d github.com/onsi/ginkgo \
&& go install github.com/onsi/ginkgo/ginkgo \
&& rm -rf $GOPATH/src/* $GOPATH/pkg/*

RUN mv deps/cf /usr/bin/cf && chmod +x /usr/bin/cf

RUN gem install --no-document --no-update-sources --verbose cf-uaac \
&& rm -rf /usr/lib/ruby/gems/2.3.0/cache/

Expand Down

0 comments on commit 20a1240

Please sign in to comment.