Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -83,7 +83,7 @@ RUN apt update && apt upgrade -y
|
|
| 83 |
RUN apt install netcat-traditional
|
| 84 |
RUN apt install bc
|
| 85 |
RUN apt install nodejs -y
|
| 86 |
-
RUN npm install express memory-fs
|
| 87 |
|
| 88 |
RUN pip install numpy==1.26.4
|
| 89 |
#######################################
|
|
|
|
| 83 |
RUN apt install netcat-traditional
|
| 84 |
RUN apt install bc
|
| 85 |
RUN apt install nodejs -y
|
| 86 |
+
RUN npm install express memory-fs multer
|
| 87 |
|
| 88 |
RUN pip install numpy==1.26.4
|
| 89 |
#######################################
|