File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ RUN apt-get -y update && \
4444RUN locale-gen en_US.UTF-8
4545RUN dpkg-reconfigure locales
4646
47- RUN echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \
48- && echo 'source("/etc/R/Rprofile.site")' >> /etc/littler.r \
49- && ln -s /usr/share/doc/littler/examples/install.r /usr/local/bin/install.r \
50- && ln -s /usr/share/doc/littler/examples/install2.r /usr/local/bin/install2.r \
51- && ln -s /usr/share/doc/littler/examples/installGithub.r /usr/local/bin/installGithub.r \
52- && ln -s /usr/share/doc/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r \
53- && install.r docopt \
54- && rm -rf /tmp/downloaded_packages/ /tmp/*.rds \
55- && rm -rf /var/lib/apt/lists/*
47+ # RUN echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \
48+ # && echo 'source("/etc/R/Rprofile.site")' >> /etc/littler.r \
49+ # && ln -s /usr/share/doc/littler/examples/install.r /usr/local/bin/install.r \
50+ # && ln -s /usr/share/doc/littler/examples/install2.r /usr/local/bin/install2.r \
51+ # && ln -s /usr/share/doc/littler/examples/installGithub.r /usr/local/bin/installGithub.r \
52+ # && ln -s /usr/share/doc/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r \
53+ # && install.r docopt \
54+ # && rm -rf /tmp/downloaded_packages/ /tmp/*.rds \
55+ # && rm -rf /var/lib/apt/lists/*
5656
5757
5858RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER \
You can’t perform that action at this time.
0 commit comments