Zhofang commited on
Commit
e6dc20f
·
verified ·
1 Parent(s): 48c5d10

Update Dockerfile

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