Skip to content

Commit a794b17

Browse files
Update .gitpod.Dockerfile
clean up the local cache of package lists
1 parent 5c07561 commit a794b17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
2323
&& apt -y build-dep r-base-dev \
2424
&& apt -y install r-base-dev \
2525
&& Rscript -e "install.packages('languageserver', repos='https://cran.rstudio.com')" \
26-
&& Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')"
26+
&& Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')" \
27+
&& rm -rf /var/lib/apt/lists/*
2728

2829
RUN apt install -y shellcheck
2930
RUN apt install -y ccache

0 commit comments

Comments
 (0)