Skip to content

Commit bebbb58

Browse files
add curl in Dockerfile
1 parent a646c74 commit bebbb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM node:20-alpine
22

33
WORKDIR /app
44

5+
RUN apk add --no-cache curl ca-certificates
6+
57
COPY package*.json ./
68
RUN npm install
79

0 commit comments

Comments
 (0)