Add --without-hashes to poetry export in Dockerfile
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ COPY . ./
|
|||||||
ENV POETRY_VERSION=1.1.13
|
ENV POETRY_VERSION=1.1.13
|
||||||
|
|
||||||
RUN pip install "poetry==$POETRY_VERSION"
|
RUN pip install "poetry==$POETRY_VERSION"
|
||||||
RUN poetry export > requirements.txt
|
RUN poetry export --without-hashes > requirements.txt
|
||||||
|
|
||||||
FROM python:3.9-slim-buster as server
|
FROM python:3.9-slim-buster as server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user