mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): remove update and build steps from poetry
`install` includes dependencies present in poetry.lock and we must stick to them if we wish to pin dependencies. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
bc1cf8b1f6
commit
67a6b8360e
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +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 update
|
|
||||||
poetry build
|
|
||||||
poetry install --no-interaction --no-ansi
|
poetry install --no-interaction --no-ansi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue