Изменил(а) на 'Dockerfile'
added mod-stream and ubuntu 22.04
This commit is contained in:
parent
efccafed3b
commit
8a94a39977
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue