Skip to content

Commit

Permalink
chore: Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 9, 2024
1 parent 3df6e97 commit 95ffe03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN pnpm install --frozen-lockfile --prod

FROM node:20-slim AS final

RUN apt update && apt install -y git

COPY --from=builder /action/package.json /action/package.json
COPY --from=builder /action/node_modules /action/node_modules
COPY --from=builder /action/dist /action/dist
Expand Down

0 comments on commit 95ffe03

Please sign in to comment.