Skip to content

Commit

Permalink
fixed root permissions needed for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 21, 2022
1 parent 603f5fa commit 398e375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Author: Tiffany A. Timbers
FROM jupyter/minimal-notebook

USER root

# install curl needed for installing Poetry
RUN apt update --yes && \
apt upgrade --yes && \
apt install --yes --no-install-recommends \
curl

USER ${NB_UID}

# install cookiecutter and jupyter extensions
RUN conda install -c -Y conda-forge \
Expand Down

0 comments on commit 398e375

Please sign in to comment.