Skip to content

Commit 0dba92c

Browse files
authored
Install Git in Dockerfile
1 parent 464fd1a commit 0dba92c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ RUN apt-get install -y --no-install-recommends \
7171
python3-setuptools \
7272
python3-pip \
7373
pipx \
74-
openjdk-8-jdk
74+
openjdk-8-jdk \
75+
git
7576
ENV PATH="$PATH:/root/.local/bin"
7677
RUN pipx install launchable
7778

0 commit comments

Comments
 (0)