This commit is contained in:
parent
22466e65e2
commit
b01bf77d8e
|
@ -2,7 +2,7 @@ FROM python:alpine
|
|||
WORKDIR /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
|
||||
ENV PATH="${PATH}:/root/.local/bin"
|
||||
RUN poetry config virtualenvs.create false && poetry install --only main
|
||||
|
|
Loading…
Reference in New Issue
Block a user