Zhofang commited on
Commit
9e1bb3a
·
verified ·
1 Parent(s): 2346531

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -40,7 +40,6 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
40
 
41
  # Create a working directory
42
  WORKDIR /app
43
- RUN npm i uuid
44
  # Create a non-root user and switch to it
45
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
46
  && chown -R user:user /app
@@ -84,7 +83,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
- RUN npm install express uuid memory-fs
88
 
89
  RUN pip install numpy==1.26.4
90
  #######################################
 
40
 
41
  # Create a working directory
42
  WORKDIR /app
 
43
  # Create a non-root user and switch to it
44
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
45
  && chown -R user:user /app
 
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
  #######################################