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 7735854 commit 5c07561Copy full SHA for 5c07561
Dockerfile
@@ -20,7 +20,8 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
20
&& apt -y build-dep r-base-dev \
21
&& apt -y install r-base-dev \
22
&& Rscript -e "install.packages('languageserver', repos='https://cran.rstudio.com')" \
23
- && Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')"
+ && Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')" \
24
+ && rm -rf /var/lib/apt/lists/*
25
26
RUN apt install shellcheck
27
RUN apt install -y ccache
0 commit comments