fix-pjs
Some checks failed
Deploy to core / deploy (push) Failing after 1m18s

This commit is contained in:
Untone 2024-02-19 11:13:05 +03:00
parent 22466e65e2
commit b01bf77d8e

View File

@ -2,7 +2,7 @@ FROM python:alpine
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN apk update && apk add --no-cache build-base icu-data-ru curl python3-dev musl-dev postgresql-dev RUN apk update && apk add --no-cache build-base icu-data-full curl python3-dev musl-dev postgresql-dev postgresql-client
RUN curl -sSL https://install.python-poetry.org | python RUN curl -sSL https://install.python-poetry.org | python
ENV PATH="${PATH}:/root/.local/bin" ENV PATH="${PATH}:/root/.local/bin"
RUN poetry config virtualenvs.create false && poetry install --only main RUN poetry config virtualenvs.create false && poetry install --only main