Skip to content

Commit

Permalink
Get rid of nginx-module-js
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Dec 18, 2022
1 parent 38fe2b2 commit 26a4a0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cups/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit 26a4a0f

Please sign in to comment.