mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
Add curl to Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:20-alpine AS base
|
||||
|
||||
### Dependencies ###
|
||||
FROM base AS deps
|
||||
RUN apk add --no-cache libc6-compat git
|
||||
RUN apk add --no-cache libc6-compat git curl
|
||||
|
||||
# Setup pnpm environment
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
Reference in New Issue
Block a user