use debian:jessie as base, added logrotate

This commit is contained in:
john30
2017-08-29 21:27:39 +02:00
parent f52deaeca6
commit 3c1fa75dca
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM debian
FROM debian:jessie
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \
+2 -2
View File
@@ -1,7 +1,7 @@
FROM debian
FROM debian:jessie
RUN apt-get update && apt-get install -y \
libmosquitto1 \
logrotate libmosquitto1 \
curl
LABEL maintainer "ebusd@ebusd.eu"