From 164ddd8a9e787dbbcd85273cec1466c94b89b74b Mon Sep 17 00:00:00 2001 From: yohan Date: Sun, 21 Jul 2024 18:19:00 +0000 Subject: [PATCH] Update debian version to bookworm. --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index acda50e..986c284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ -FROM debian:jessie +FROM debian:bookworm MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive -#RUN echo "deb http://http.debian.net/debian jessie-backports main" >> /etc/apt/sources.list +ENV TZ Europe/Paris RUN apt-get update && apt-get -y install feed2imap -#COPY feed2imaprc /root/ COPY entrypoint.sh /root/ RUN chmod +x /root/entrypoint.sh ENTRYPOINT ["/root/entrypoint.sh"]