Skip to content

Commit 667b971

Browse files
authored
Merge pull request #80 from ruby/ono-max-patch-1
Install Git in Dockerfile
2 parents 464fd1a + 0dba92c commit 667b971

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)