mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Get rid of nginx-module-js
This commit is contained in:
@@ -22,11 +22,7 @@ RUN apt-get update \
|
|||||||
nano \
|
nano \
|
||||||
samba \
|
samba \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
&& echo "deb http://nginx.org/packages/debian `lsb_release -cs` nginx" \
|
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 \
|
|
||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user