Lockthewi commited on
Commit
dbd6cf5
·
verified ·
1 Parent(s): f422aa9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM jupyter/scipy-notebook:latest
3
  USER root
4
  RUN apt-get update && \
5
- apt-get install -y rclone nmap && \
6
  rm -rf /var/lib/apt/lists/*
7
  # Set the working directory in the container
8
  WORKDIR /home/jovyan/work
 
2
  FROM jupyter/scipy-notebook:latest
3
  USER root
4
  RUN apt-get update && \
5
+ apt-get install -y rclone nmap tar zip unzip rar&& \
6
  rm -rf /var/lib/apt/lists/*
7
  # Set the working directory in the container
8
  WORKDIR /home/jovyan/work