Skip to content

Commit

Permalink
Merge pull request #80 from ruby/ono-max-patch-1
Browse files Browse the repository at this point in the history
Install Git in Dockerfile
  • Loading branch information
ono-max authored Nov 21, 2024
2 parents 464fd1a + 0dba92c commit 667b971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN apt-get install -y --no-install-recommends \
python3-setuptools \
python3-pip \
pipx \
openjdk-8-jdk
openjdk-8-jdk \
git
ENV PATH="$PATH:/root/.local/bin"
RUN pipx install launchable

Expand Down

0 comments on commit 667b971

Please sign in to comment.