smaller resulting image size, added missing git

This commit is contained in:
john30
2018-01-07 18:55:37 +01:00
parent 88e4c7eec7
commit 85b51f198d
4 changed files with 12 additions and 7 deletions
+5 -3
View File
@@ -2,11 +2,13 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 \
curl
curl \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \
libmosquitto-dev
autoconf automake g++ make git \
libmosquitto-dev \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+3 -2
View File
@@ -1,8 +1,9 @@
FROM debian:jessie
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \
libmosquitto-dev
autoconf automake g++ make git \
libmosquitto-dev \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+2 -1
View File
@@ -2,7 +2,8 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 \
curl
curl \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+2 -1
View File
@@ -2,7 +2,8 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 \
curl
curl \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"