mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(docker): depend on provided poetry.lock for dep resolution
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
d4210c53cf
commit
4ae3fbd5d1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue