We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d1ec commit 3ae281fCopy full SHA for 3ae281f
Dockerfile
@@ -21,6 +21,7 @@ RUN apt-get update -qq \
21
&& apt-get install -t unstable -y --no-install-recommends \
22
bash-completion \
23
bison \
24
+ curl \
25
debhelper \
26
default-jdk \
27
g++ \
@@ -92,7 +93,9 @@ RUN cd /tmp/R-devel \
92
93
--program-suffix=dev \
94
&& make \
95
&& make install \
- && rm -rf /tmp/R-devel
96
+ && rm -rf /tmp/R-devel /tmp/downloaded_packages/ /tmp/*.rds \
97
+ && apt autoremove -qy \
98
+ && apt autoclean
99
100
## Set Renviron to get libs from base R install
101
RUN echo "R_LIBS=\${R_LIBS-'/usr/local/lib/R/site-library:/usr/local/lib/R/library:/usr/lib/R/library'}" >> /usr/local/lib/R/etc/Renviron
0 commit comments