Skip to content

Commit

Permalink
add missing git dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 29, 2024
1 parent 9e38349 commit 46c792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/DockerfileBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=linux/amd64 node:22-alpine3.18 as build
WORKDIR /build
COPY . .
# we need coreutils for proper ls command
RUN apk add --update coreutils python3 make g++ curl bash gawk jq\
RUN apk add --update coreutils python3 make g++ curl bash gawk jq git\
&& rm -rf /var/cache/apk/*

## Build libraries
Expand Down

0 comments on commit 46c792a

Please sign in to comment.