Update Dockerfile with curl
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache dumb-init git
|
||||
RUN apk add --no-cache dumb-init git curl
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user