Skip to content

Commit

Permalink
adding build args for jupyter offline builds
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed May 10, 2023
1 parent 55d951b commit dce4f26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jupyter-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM jupyter/base-notebook:python-3.10

# for offline builds, add ability for custom PIP repositories
ARG PIP_INDEX
ARG PIP_INDEX_URL
ARG PIP_TRUSTED_HOST

RUN pip3 install mythic==0.1.0

WORKDIR /projects
Expand Down

0 comments on commit dce4f26

Please sign in to comment.