Skip to content

Commit

Permalink
Feat: Add git to builder image (#733) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus authored Dec 19, 2024
1 parent 51b88b5 commit 8348113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-alpine

RUN apk add --no-cache rsync
RUN apk add --no-cache rsync git

RUN npm i --location=global pnpm@9

Expand Down

0 comments on commit 8348113

Please sign in to comment.