Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ FROM nikolaik/python-nodejs:python3.10-nodejs18
|
|
7 |
# See https://www.rockyourcode.com/run-docker-nginx-as-non-root-user/
|
8 |
USER root
|
9 |
|
10 |
-
RUN apt-get -y update && apt-get -y install nginx wget curl zip
|
11 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 libstdc++6 python3-launchpadlib software-properties-common -y
|
12 |
RUN mkdir -p /var/cache/nginx \
|
13 |
/var/log/nginx \
|
|
|
7 |
# See https://www.rockyourcode.com/run-docker-nginx-as-non-root-user/
|
8 |
USER root
|
9 |
|
10 |
+
RUN apt-get -y update && apt-get -y install nginx wget curl zip > /dev/null
|
11 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 libstdc++6 python3-launchpadlib software-properties-common -y
|
12 |
RUN mkdir -p /var/cache/nginx \
|
13 |
/var/log/nginx \
|