From cf5e4aea74fb59d96c5cb7e723e60df561bcd08a Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 13 Nov 2024 08:19:42 -0600 Subject: [PATCH] Debian: Add PySide6-QtPdf --- Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.debian b/Dockerfile.debian index 94adc12..a3d829f 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -8,7 +8,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \ qt6-base-dev-tools pyside6-tools python3-pyside6.qtcore python3-pyside6.qtgui \ python3-pyside6.qtmultimedia python3-pyside6.qtmultimediawidgets python3-pyside6.qtsvg \ python3-pyside6.qtopengl python3-pyside6.qtwebchannel python3-pyside6.qtwebengine \ - python3-pyside6.qttest \ + python3-pyside6.qtpdf python3-pyside6.qttest \ python3-sqlalchemy python3-alembic python3-chardet python3-lxml python3-enchant python3-bs4 \ python3-mako python3-uno python3-pytest python3-pytest-cov python3-websockets python3-webob \ python3-waitress python3-requests python3-pymediainfo python3-qtawesome python3-opengl \