From ebe0b43093376479637216f588916189444e9d69 Mon Sep 17 00:00:00 2001 From: DevAnaZ <71500526+developeranaz@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:32:07 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index d071a47..a08c850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,4 @@ -FROM kalilinux/kali-rolling -EXPOSE 8080 - -RUN apt update -y -RUN apt install curl -y -RUN apt install unrar -y -RUN apt install wget -y -RUN apt install jupyter -y -RUN apt install unzip -y -# Add other pakages before deployment -# RUN apt install -y -RUN mkdir /JupyterNotebooks -COPY JupyterNotebooks /JupyterNotebooks -COPY jupyter.py /conf/jupyter.py -COPY jupyter_notebook_config.json /root/.jupyter/jupyter_notebook_config.json - +FROM developeranaz/jupyter-rclone COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh CMD /entrypoint.sh