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