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
|
||||
|
||||
RUN apk add curl
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt /app
|
||||
@@ -14,4 +15,4 @@ COPY . /app
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["main.py"]
|
||||
|
||||
FROM builder AS dev-envs
|
||||
FROM builder AS dev-envs
|
||||
|
||||
Reference in New Issue
Block a user