We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa47a3 commit 48b3fecCopy full SHA for 48b3fec
request-api/Dockerfile
@@ -1,9 +1,10 @@
1
-FROM python:3.12-alpine3.19
+FROM python:3.10-slim-bookworm
2
3
ARG GIT_COMMIT
4
ENV GIT_COMMIT=$GIT_COMMIT
5
6
-RUN apk add --no-cache libcurl curl-dev build-base
+RUN apt update && apt install -y --no-install-recommends \
7
+libc-dev curl binutils
8
# RUN apk add --no-cache libcurl curl-dev build-base linux-headers libffi-dev
9
10
COPY request-api/requirements/requirements.txt requirements/requirements.txt
0 commit comments