Skip to content

Commit

Permalink
add git to build dependencies in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
multiflexi committed Mar 5, 2024
1 parent 9ae1928 commit 79ed0a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
apk add --no-cache --virtual .build-deps \
gcc \
g++ \
git \
make \
glib-dev \
musl-dev \
Expand Down

0 comments on commit 79ed0a2

Please sign in to comment.