Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
FROM nikolaik/python-nodejs:python3.11-nodejs21
|
2 |
|
3 |
-
|
|
|
4 |
USER root
|
5 |
-
RUN apt-get -y update && apt-get -y install nginx netcat
|
6 |
|
7 |
# Setup directory structure for Nginx
|
8 |
RUN mkdir -p /var/cache/nginx \
|
|
|
1 |
FROM nikolaik/python-nodejs:python3.11-nodejs21
|
2 |
|
3 |
+
|
4 |
+
# Install nginx and netcat-openbsd
|
5 |
USER root
|
6 |
+
RUN apt-get -y update && apt-get -y install nginx netcat-openbsd
|
7 |
|
8 |
# Setup directory structure for Nginx
|
9 |
RUN mkdir -p /var/cache/nginx \
|