Skip to content

Commit f99f531

Browse files
Update .gitpod.Dockerfile
As per feedback from gitpod on ticket: gitpod-io/gitpod#8487
1 parent ae8d8d0 commit f99f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN echo "* soft nproc 20000\n"\
77

88
#Simple example on how to extend the image to install Java and maven
99
RUN apt-get -qq update && \
10-
apt-get install -yq maven default-jdk sudo
10+
apt-get install -yq maven default-jdk sudo git
1111

1212
RUN chmod -R g+rwX /opt/couchbase && \
1313
addgroup --gid 33333 gitpod && \

0 commit comments

Comments
 (0)