switched to stretch, use entrypoint.sh from release

This commit is contained in:
john30
2018-12-26 19:11:06 +01:00
parent 6fb32d4005
commit 212b22dd1a
+2 -2
View File
@@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \ logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
@@ -30,6 +30,6 @@ RUN rm -rf /build
EXPOSE 8888 EXPOSE 8888
COPY runtime/docker-entrypoint.sh / COPY release/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["-f", "--scanconfig"] CMD ["-f", "--scanconfig"]