This commit is contained in:
parent
b1ace7d82c
commit
2248afe3cd
|
@ -2,7 +2,7 @@ FROM python:alpine3.18
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache git gcc curl postgresql-client
|
RUN apk update && apk add --no-cache git gcc curl
|
||||||
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 --no-dev
|
RUN poetry config virtualenvs.create false && poetry install --no-dev
|
||||||
|
|
Loading…
Reference in New Issue
Block a user