Skip to content

Commit e39b1f9

Browse files
committed
Removed unnecessary commands from Dockerfile. Removed versions from Python packages.
1 parent ea016bb commit e39b1f9

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@
33
FROM jupyter/base-notebook
44
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
55

6-
USER root
7-
8-
RUN apt-get update --yes && \
9-
apt-get install gcc build-essential --yes --no-install-recommends
10-
11-
RUN python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.8 pandas==1.3.5 altair vega
6+
RUN python3 -m pip install --upgrade six attackcti pandas altair vega
127

138
COPY docs/intro.ipynb ${HOME}/docs/
149
COPY docs/playground ${HOME}/docs/playground
1510
COPY docs/presentations ${HOME}/docs/presentations
1611

17-
# Switch back to jovyan to avoid accidental container runs as root
1812
USER ${NB_UID}
19-
2013
WORKDIR ${HOME}

0 commit comments

Comments
 (0)