We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3190d27 commit c751f5bCopy full SHA for c751f5b
.gitpod.Dockerfile
@@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
6
ARG CLANGDVER=14.0.0
7
8
# 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/*
+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/*
10
11
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
12
#
0 commit comments