Skip to content

Commit 212d550

Browse files
sermiribrahimSemir Ibrahim
andauthored
Added git to gitpod.Dockerfile as per gitpod team feedback (#14)
Co-authored-by: Semir Ibrahim <[email protected]>
1 parent 5bf82be commit 212d550

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitpod.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ RUN echo "* soft nproc 20000\n"\
55
"* soft nofile 200000\n"\
66
"* hard nofile 200000\n" >> /etc/security/limits.conf
77

8-
#Simple example on how to extend the image to install Java and maven
8+
# 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
910
RUN apt-get -qq update && \
10-
apt-get install -yq maven default-jdk sudo git
11+
apt-get install -yq maven default-jdk sudo git
1112

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

0 commit comments

Comments
 (0)