Shorten dockerfiles (since they build fine)

This commit is contained in:
2016-07-07 13:04:38 +02:00
parent fd4bc4a3f3
commit 0560f22997
3 changed files with 14 additions and 15 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ LABEL version="0.7.2"
LABEL github="https://github.com/lomik/go-carbon"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y make git golang
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y make git golang
RUN mkdir /build
RUN cd /build && git clone https://github.com/lomik/go-carbon.git