Skip to content

Commit

Permalink
dockerfile: add git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Dec 19, 2016
1 parent 0cb8fc9 commit c1e0f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ FROM golang:1.6
MAINTAINER Quentin Machu <quentin.machu@coreos.com>

RUN apt-get update && \
apt-get install -y bzr rpm xz-utils && \
apt-get install -y git bzr rpm xz-utils && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # 18MAR2016
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # 29NOV2016

VOLUME /config

Expand Down

0 comments on commit c1e0f61

Please sign in to comment.