Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM jupyter/scipy-notebook:latest
|
2 |
USER root
|
3 |
RUN apt-get update && \
|
4 |
-
apt-get install -y rclone net-tools nmap && \
|
5 |
rm -rf /var/lib/apt/lists/*
|
6 |
# Set the working directory in the container
|
7 |
WORKDIR /home/jovyan/work
|
|
|
1 |
FROM jupyter/scipy-notebook:latest
|
2 |
USER root
|
3 |
RUN apt-get update && \
|
4 |
+
apt-get install -y rclone net-tools ffmpeg nmap && \
|
5 |
rm -rf /var/lib/apt/lists/*
|
6 |
# Set the working directory in the container
|
7 |
WORKDIR /home/jovyan/work
|