aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 77bbc3f..2277696 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,3 +20,6 @@ RUN apt-get -y install nodejs
# RUN pip install ipywidgets pandas pysocks
# RUN jupyter labextension install jupyterlab_vim
COPY --from=certbuilder /certs /certs
+RUN pip install scapy matplotlib
+RUN pip install --upgrade torch
+# RUN apt update && apt install -y tcpdump tshark