Skip to content

Commit

Permalink
Merge pull request #322 from cf-platform-eng/add-git-to-dockerfile
Browse files Browse the repository at this point in the history
Add git to the dockerfile
  • Loading branch information
Pete Wall authored Feb 6, 2020
2 parents 695d8fd + 28100a1 commit cd4d8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-tile-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3-slim

RUN apt-get update && \
apt-get install --yes wget zip && \
apt-get install --yes git wget zip && \
rm -rf /var/lib/apt/lists/*

RUN wget -q -O- https://api.github.com/repos/cloudfoundry/bosh-cli/releases/latest | grep 'browser_download_url.*linux-amd64' | cut -d '"' -f 4 | xargs wget -q

0 comments on commit cd4d8e5

Please sign in to comment.