use debian:jessie as base, added logrotate

This commit is contained in:
john30
2017-08-29 21:47:30 +02:00
parent e81a52910f
commit 90936eae9f
+3 -3
View File
@@ -1,7 +1,7 @@
FROM debian FROM debian:jessie
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libmosquitto1 \ logrotate libmosquitto1 \
curl curl
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.0pre ENV EBUSD_VERSION 3.0
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"