Skip to content

Commit

Permalink
added root user back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Feb 10, 2022
1 parent 7bcdebe commit 5cc8e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN mkdir -p /opt/notebooks
# Make port 8888 available for JupyterLab
EXPOSE 8888

USER root

# Install Git, the nano-tiny text editor and less (needed for R help)
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit 5cc8e03

Please sign in to comment.