Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-paige authored Mar 5, 2020
1 parent 39041f4 commit bd5f1d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ FROM debian

RUN apt-get update && apt-get install -y wget

RUN wget https://github.com/concourse/concourse/releases/download/v5.8.0/fly-5.8.0-linux-amd64.tgz && \
tar xf fly*.tgz -C /usr/local/bin/ && \
chmod +x /usr/local/bin/fly

RUN wget https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/2.7.0/credhub-linux-2.7.0.tgz && \
tar xf credhub*.tgz -C /usr/local/bin && \
chmod +x /usr/local/bin/credhub

RUN wget https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64 && mv yq_linux_amd64 /usr/bin/yq && chmod +x /usr/bin/yq

COPY validate.sh /validate.sh
Expand Down

0 comments on commit bd5f1d8

Please sign in to comment.