Skip to content

Commit

Permalink
Adding Git into container.
Browse files Browse the repository at this point in the history
Having a weird issue with Drone, hopefully this fixes it.
  • Loading branch information
rosstimson committed Jul 5, 2015
1 parent d3f3fe5 commit 8a25852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -19,7 +19,7 @@ ENV PACKER_VERSION 0.8.1
# Download and install Packer.
RUN mkdir /tmp/packer \
&& cd /tmp/packer \
&& apt-get update && apt-get install -y curl ca-certificates unzip --no-install-recommends && rm -rf /var/lib/apt/lists/* \
&& apt-get update && apt-get install -y curl ca-certificates git unzip --no-install-recommends && rm -rf /var/lib/apt/lists/* \
&& curl -O -sS -L https://dl.bintray.com/mitchellh/packer/packer_${PACKER_VERSION}_linux_amd64.zip \
&& unzip packer_${PACKER_VERSION}_linux_amd64.zip \
&& apt-get purge -y --auto-remove curl unzip \
Expand Down

0 comments on commit 8a25852

Please sign in to comment.