Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -84,6 +84,7 @@ RUN apt update && apt upgrade -y
|
|
84 |
RUN apt install netcat-traditional
|
85 |
RUN apt install bc
|
86 |
RUN apt install nodejs -y
|
|
|
87 |
|
88 |
RUN pip install numpy==1.26.4
|
89 |
#######################################
|
@@ -104,5 +105,4 @@ ENV PYTHONUNBUFFERED=1 \
|
|
104 |
SYSTEM=spaces \
|
105 |
SHELL=/bin/bash
|
106 |
|
107 |
-
RUN npm install express memory-fs
|
108 |
CMD ["node", "temp"]
|
|
|
84 |
RUN apt install netcat-traditional
|
85 |
RUN apt install bc
|
86 |
RUN apt install nodejs -y
|
87 |
+
RUN npm install express uuid memory-fs
|
88 |
|
89 |
RUN pip install numpy==1.26.4
|
90 |
#######################################
|
|
|
105 |
SYSTEM=spaces \
|
106 |
SHELL=/bin/bash
|
107 |
|
|
|
108 |
CMD ["node", "temp"]
|