Commit aec1c748 authored by Peter Parente's avatar Peter Parente

Fix wrong user for apt-get in r-notebook

parent d51afb34
......@@ -3,7 +3,7 @@ FROM jupyter/minimal-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER jovyan
USER root
# R pre-requisites
RUN apt-get update && \
......@@ -13,6 +13,8 @@ RUN apt-get update && \
gfortran \
gcc && apt-get clean
USER jovyan
# R packages
RUN conda config --add channels r
RUN conda install --yes \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment