Fix wrong repo.

This commit is contained in:
yohan-b 2023-11-04 21:26:55 +01:00 committed by GitHub
parent 5777d7aad1
commit 4d01af340d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN echo "deb http://ftp.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list RUN echo "deb http://ftp.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get -y install apache2 && apt-get -y install python-certbot-apache -t stretch-backports RUN apt-get update && apt-get -y install apache2 && apt-get -y install python-certbot-apache -t bookworm-backports
RUN a2enmod ssl proxy proxy_http rewrite headers proxy_wstunnel RUN a2enmod ssl proxy proxy_http rewrite headers proxy_wstunnel
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443