Lockthewi commited on
Commit
5207b8d
·
verified ·
1 Parent(s): e7ff12a

Update Dockerfile

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