We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5283e4a commit 5730bb0Copy full SHA for 5730bb0
.gitpod.Dockerfile
@@ -19,6 +19,7 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
19
&& apt -y install subversion \
20
&& apt -y build-dep r-base-dev \
21
&& apt -y install r-base-dev \
22
+ && apt -y install valgrind \
23
&& Rscript -e "install.packages('languageserver', repos='https://cran.rstudio.com')" \
24
&& Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')"
25
0 commit comments