We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf82be commit 212d550Copy full SHA for 212d550
.gitpod.Dockerfile
@@ -5,9 +5,10 @@ RUN echo "* soft nproc 20000\n"\
5
"* soft nofile 200000\n"\
6
"* hard nofile 200000\n" >> /etc/security/limits.conf
7
8
-#Simple example on how to extend the image to install Java and maven
+# Simple example on how to extend the image to install Java and maven
9
+# Added git as per gitpod feedback on issue: https://github.com/gitpod-io/gitpod/issues/8487
10
RUN apt-get -qq update && \
- apt-get install -yq maven default-jdk sudo git
11
+ apt-get install -yq maven default-jdk sudo git
12
13
RUN chmod -R g+rwX /opt/couchbase && \
14
addgroup --gid 33333 gitpod && \
0 commit comments