Base OS upgraded to Debian Buster.

This commit is contained in:
yohan 2019-07-02 16:19:42 +02:00
parent ae7e746ca0
commit bf50e44f0f

View File

@ -1,9 +1,8 @@
FROM debian:jessie FROM debian:buster
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris ENV TZ Europe/Paris
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list RUN apt-get update && apt-get -y install cron docker.io
RUN apt-get update && apt-get -y install cron && apt-get -y install docker.io -t jessie-backports
RUN rm -f /etc/crontab RUN rm -f /etc/crontab
ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "8"] ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "8"]
#ENTRYPOINT ["/bin/bash"] #ENTRYPOINT ["/bin/bash"]