Skip to content

Commit 48b3fec

Browse files
committed
changed docker image of request-api
1 parent 7aa47a3 commit 48b3fec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

request-api/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM python:3.12-alpine3.19
1+
FROM python:3.10-slim-bookworm
22

33
ARG GIT_COMMIT
44
ENV GIT_COMMIT=$GIT_COMMIT
55

6-
RUN apk add --no-cache libcurl curl-dev build-base
6+
RUN apt update && apt install -y --no-install-recommends \
7+
libc-dev curl binutils
78
# RUN apk add --no-cache libcurl curl-dev build-base linux-headers libffi-dev
89

910
COPY request-api/requirements/requirements.txt requirements/requirements.txt

0 commit comments

Comments
 (0)