dockerfile: add git dependency
This commit is contained in:
parent
0cb8fc9455
commit
c1e0f618ca
@ -17,10 +17,10 @@ FROM golang:1.6
|
|||||||
MAINTAINER Quentin Machu <quentin.machu@coreos.com>
|
MAINTAINER Quentin Machu <quentin.machu@coreos.com>
|
||||||
|
|
||||||
RUN apt-get update && \
|
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 autoremove -y && \
|
||||||
apt-get clean && \
|
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
|
VOLUME /config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user