change(docker): depend on provided poetry.lock for dep resolution

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-10-22 17:43:00 -07:00
parent d4210c53cf
commit 4ae3fbd5d1
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -6,7 +6,6 @@ pip install --upgrade pip
# Install the aurweb package and deps system-wide via poetry. # Install the aurweb package and deps system-wide via poetry.
poetry config virtualenvs.create false poetry config virtualenvs.create false
poetry lock
poetry update poetry update
poetry build poetry build
poetry install --no-interaction --no-ansi poetry install --no-interaction --no-ansi