Skip to content

Commit

Permalink
Merge pull request #4153 from xiaodown/xiaodown/add_git_to_dockerfile…
Browse files Browse the repository at this point in the history
…_apt

Adds git to the Dockerfile apt install (Windows build functionality)
  • Loading branch information
leijurv authored Oct 31, 2023
2 parents a091419 + 3332ec9 commit 1409c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt update -y

RUN apt install \
openjdk-17-jdk \
git \
--assume-yes

COPY . /code
Expand Down

0 comments on commit 1409c92

Please sign in to comment.