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 ae8d8d0 commit f99f531Copy full SHA for f99f531
.gitpod.Dockerfile
@@ -7,7 +7,7 @@ RUN echo "* soft nproc 20000\n"\
7
8
#Simple example on how to extend the image to install Java and maven
9
RUN apt-get -qq update && \
10
- apt-get install -yq maven default-jdk sudo
+ apt-get install -yq maven default-jdk sudo git
11
12
RUN chmod -R g+rwX /opt/couchbase && \
13
addgroup --gid 33333 gitpod && \
0 commit comments