zhzabcd commited on
Commit
7a27210
·
verified ·
1 Parent(s): 57406f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ RUN apt-get update && \
19
  ffmpeg \
20
  nmap \
21
  ca-certificates \
22
- curl
 
23
 
24
  # Install Node.js (LTS version)
25
  RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
 
19
  ffmpeg \
20
  nmap \
21
  ca-certificates \
22
+ curl \
23
+ docker
24
 
25
  # Install Node.js (LTS version)
26
  RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \