mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
chore(docker): Rejection of alpine version of python due to long build time and dependency issues
This commit is contained in:
parent
f1f26889ea
commit
40331c909c
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue