Zhofang commited on
Commit
21d68f5
·
verified ·
1 Parent(s): 5475b91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
  #######################################