We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d082d3 + d2e5941 commit fb7740dCopy full SHA for fb7740d
Dockerfile
@@ -2,7 +2,7 @@ FROM node:20-alpine AS base
2
3
### Dependencies ###
4
FROM base AS deps
5
-RUN apk add --no-cache libc6-compat git
+RUN apk add --no-cache libc6-compat git curl
6
7
# Setup pnpm environment
8
ENV PNPM_HOME="/pnpm"
0 commit comments