Update debian version to bookworm.
This commit is contained in:
parent
ab2f8dcfed
commit
164ddd8a9e
@ -1,9 +1,8 @@
|
|||||||
FROM debian:jessie
|
FROM debian:bookworm
|
||||||
MAINTAINER yohan <783b8c87@scimetis.net>
|
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
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
|
RUN apt-get update && apt-get -y install feed2imap
|
||||||
#COPY feed2imaprc /root/
|
|
||||||
COPY entrypoint.sh /root/
|
COPY entrypoint.sh /root/
|
||||||
RUN chmod +x /root/entrypoint.sh
|
RUN chmod +x /root/entrypoint.sh
|
||||||
ENTRYPOINT ["/root/entrypoint.sh"]
|
ENTRYPOINT ["/root/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user