mirror of
https://github.com/Balshgit/different
synced 2025-12-16 17:00:41 +03:00
remove hashes from requirements.txt
This commit is contained in:
@@ -38,7 +38,7 @@ WORKDIR /code
|
||||
RUN export PATH="/root/.local/bin:$PATH" \
|
||||
&& poetry --version \
|
||||
&& poetry lock \
|
||||
&& poetry export -f requirements.txt --output requirements.txt
|
||||
&& poetry export -f requirements.txt --without-hashes --output requirements.txt
|
||||
|
||||
WORKDIR /poetry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user