diff --git a/Dockerfile b/Dockerfile index 045f246..662d61b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*