Update Dockerfile with curl

This commit is contained in:
Eric Gullickson
2025-12-20 09:50:00 -06:00
parent 2174a1b1e3
commit b9801d5f3b
7 changed files with 148 additions and 16 deletions

View File

@@ -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