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 -6
View File
@@ -4,12 +4,8 @@ LABEL app="brubeck"
LABEL github="https://github.com/github/brubeck"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y libjansson-dev
RUN apt-get install -y libssl-dev
RUN apt-get install -y libmicrohttpd-dev
RUN apt-get install -y git
RUN apt-get install -y make
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y make git libjansson-dev libssl-dev libmicrohttpd-dev
RUN mkdir /build
RUN cd /build && git clone https://github.com/github/brubeck.git