Get rid of nginx-module-js

This commit is contained in:
Max Winterstein
2022-12-18 14:33:13 +01:00
parent 38fe2b2cc8
commit 26a4a0fb49

View File

@@ -22,11 +22,7 @@ RUN apt-get update \
nano \
samba \
bash-completion \
&& echo "deb http://nginx.org/packages/debian `lsb_release -cs` nginx" \
| tee /etc/apt/sources.list.d/nginx.list \
&& curl -fsSL https://nginx.org/keys/nginx_signing.key | apt-key add - \
&& apt-get update \
&& apt-get install nginx nginx-module-njs \
nginx \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*