Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Locietta committed Oct 1, 2023
1 parent cc16fcf commit c4c97c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:current-alpine as base
LABEL maintainer="[email protected]"
# used for blog deployment

RUN apk upgrade --no-cache && apk add --no-cache git
RUN apk upgrade --no-cache && apk add --no-cache git tar
RUN npm i --location=global pnpm && npm cache clean --force

FROM scratch
Expand Down

0 comments on commit c4c97c4

Please sign in to comment.