smaller resulting image size, added missing git
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user