fix: 🐛 Add curl to the docker image
All checks were successful
Publish staging Docker image / Push Docker image to Gitea Container Registry (push) Successful in 2m35s
All checks were successful
Publish staging Docker image / Push Docker image to Gitea Container Registry (push) Successful in 2m35s
This commit is contained in:
parent
1bfc619cc6
commit
2528988847
@ -14,6 +14,9 @@ FROM node:${NODE_VERSION}-alpine
|
||||
# Use production node environment by default.
|
||||
ENV NODE_ENV production
|
||||
|
||||
# Install curl
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
# Install pnpm.
|
||||
RUN --mount=type=cache,target=/root/.npm \
|
||||
npm install -g pnpm@${PNPM_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user