Update Dockerfile

This commit is contained in:
Skillet 2023-07-20 21:24:03 -04:00 committed by GitHub
parent ca1aa78e00
commit 05d3b1d153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,9 @@ FROM base as build
ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=1 \
POETRY_VERSION=1.3.2
PIP_NO_CACHE_DIR=1
RUN pip install "poetry==$POETRY_VERSION"
RUN pip install "poetry"
COPY pyproject.toml poetry.lock ./