Изменил(а) на '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 \
|
RUN apt-get update -y \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
@ -7,6 +7,7 @@ RUN apt-get update -y \
|
||||||
certbot \
|
certbot \
|
||||||
python3-certbot-nginx \
|
python3-certbot-nginx \
|
||||||
cron \
|
cron \
|
||||||
|
libnginx-mod-stream \
|
||||||
&& rm -rf /tmp/* \
|
&& rm -rf /tmp/* \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue