Skip to content

Commit fb7740d

Browse files
committed
2 parents 3d082d3 + d2e5941 commit fb7740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20-alpine AS base
22

33
### Dependencies ###
44
FROM base AS deps
5-
RUN apk add --no-cache libc6-compat git
5+
RUN apk add --no-cache libc6-compat git curl
66

77
# Setup pnpm environment
88
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)