feat: Add curl to container
All checks were successful
Build Docker / BuildImage (push) Successful in 4m33s
All checks were successful
Build Docker / BuildImage (push) Successful in 4m33s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user