diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index f8ae83fd..bc8871bd 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -1,7 +1,7 @@ -FROM debian +FROM debian:jessie RUN apt-get update && apt-get install -y \ - libmosquitto1 \ + logrotate libmosquitto1 \ curl 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" -ENV EBUSD_VERSION 3.0pre +ENV EBUSD_VERSION 3.0 ENV EBUSD_ARCH amd64 LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"