Изменил(а) на 'Dockerfile'

added mod-stream and ubuntu 22.04
This commit is contained in:
Pavel Dmitriev 2022-11-28 12:33:21 +03:00
parent efccafed3b
commit 8a94a39977
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:21.10
FROM ubuntu:22.10
RUN apt-get update -y \
&& apt-get install -y \
@ -7,6 +7,7 @@ RUN apt-get update -y \
certbot \
python3-certbot-nginx \
cron \
libnginx-mod-stream \
&& rm -rf /tmp/* \
&& rm -rf /var/lib/apt/lists/*