mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
add python-lxml to dependencies
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
c94793b0b1
commit
d323c1f95b
3 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ RUN pacman -Syu --noconfirm base-devel git gpgme protobuf pyalpm \
|
|||
python-itsdangerous python-httpx python-jinja python-pytest-cov \
|
||||
python-requests python-aiofiles python-python-multipart \
|
||||
python-pytest-asyncio python-coverage hypercorn python-bcrypt \
|
||||
python-email-validator openssh
|
||||
python-email-validator openssh python-lxml
|
||||
|
||||
# Remove aurweb.sqlite3 if it was copied over via COPY.
|
||||
RUN rm -fv aurweb.sqlite3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue