query-time-log
Some checks failed
Deploy to core / deploy (push) Failing after 10s

This commit is contained in:
2024-02-19 11:10:12 +03:00
parent f01dde845c
commit 5772db6a36
4 changed files with 18 additions and 29 deletions

View File

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