Skip to content

Commit

Permalink
fix: add git
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Jan 17, 2025
1 parent 62b8ad9 commit 4fd4ec5
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 @@ -4,7 +4,8 @@ RUN apk add --no-cache \
python3 \
make \
g++ \
build-base
build-base \
git

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down

0 comments on commit 4fd4ec5

Please sign in to comment.