File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,11 @@ FROM $BASE_CONTAINER
66
77LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
88
9- # Fix: https://github.com/hadolint/hadolint/wiki/DL4006
10- # Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
11- SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
12-
139USER root
1410
1511# Install all OS dependencies for fully functional notebook server
1612RUN apt-get update --yes && \
17- apt-get install --yes --no-install-recommends
13+ apt-get install gcc build-essential --yes --no-install-recommends
1814
1915RUN python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.8 pandas==1.3.5 altair vega
2016
@@ -25,4 +21,4 @@ COPY docs/presentations ${HOME}/docs/presentations
2521# Switch back to jovyan to avoid accidental container runs as root
2622USER ${NB_UID}
2723
28- WORKDIR ${HOME}
24+ WORKDIR ${HOME}
You can’t perform that action at this time.
0 commit comments