feat: Add curl to container
All checks were successful
Build Docker / BuildImage (push) Successful in 4m33s

This commit is contained in:
2025-10-16 16:57:41 +11:00
parent abd23e0eb8
commit 2437b19836

View File

@@ -1,5 +1,6 @@
FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
RUN apk add curl
WORKDIR /app WORKDIR /app
COPY requirements.txt /app COPY requirements.txt /app