This commit is contained in:
parent
6262cf78f8
commit
268dec50fd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine AS base
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
gcc \
|
gcc \
|
||||||
|
|
@ -25,4 +25,4 @@ COPY poetry.lock /app
|
||||||
COPY pyproject.toml /app
|
COPY pyproject.toml /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN poetry config virtualenvs.create false \
|
RUN poetry config virtualenvs.create false \
|
||||||
&& poetry install
|
&& poetry install --only base
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue