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