chore(docker): Rejection of alpine version of python due to long build time and dependency issues

This commit is contained in:
Данил 2025-01-03 13:28:21 +03:00
parent f1f26889ea
commit 40331c909c

View file

@ -1,11 +1,9 @@
FROM python:3.13-alpine FROM python:3.13
WORKDIR / WORKDIR /
COPY . . COPY . .
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev openssl-dev postgresql-dev
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
EXPOSE 3030 EXPOSE 3030