Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 - && \
|