Skip to content

Commit c751f5b

Browse files
authored
Update .gitpod.Dockerfile
1 parent 3190d27 commit c751f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
66
ARG CLANGDVER=14.0.0
77

88
# Install tools for VSCode, Intellisense, JRE for Thirdparties, etc. using apt-get
9-
RUN apt-get -q update && apt-get install -yq gdb zip tar unzip curl wget php openjdk-11-jre python3-pip && rm -rf /var/lib/apt/lists/*
9+
RUN apt-get -q update && apt-get install -yq gdb zip tar unzip curl wget php openjdk-11-jre mono-complete python3-pip && rm -rf /var/lib/apt/lists/*
1010

1111
RUN wget https://github.com/clangd/clangd/releases/download/$CLANGDVER/clangd-linux-$CLANGDVER.zip && unzip clangd-linux-$CLANGDVER.zip -d /opt/ && mv /opt/clangd_$CLANGDVER /opt/clangd/ && rm clangd-linux-$CLANGDVER.zip
1212
#

0 commit comments

Comments
 (0)