Skip to content

Commit 5730bb0

Browse files
committed
install valgrind on top of gitpod/workspace-full
1 parent 5283e4a commit 5730bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
1919
&& apt -y install subversion \
2020
&& apt -y build-dep r-base-dev \
2121
&& apt -y install r-base-dev \
22+
&& apt -y install valgrind \
2223
&& Rscript -e "install.packages('languageserver', repos='https://cran.rstudio.com')" \
2324
&& Rscript -e "install.packages('httpgd', repos='https://cran.rstudio.com')"
2425

0 commit comments

Comments
 (0)