aboutsummaryrefslogtreecommitdiffstats
path: root/docker/install_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/install_packages.sh')
-rwxr-xr-xdocker/install_packages.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/docker/install_packages.sh b/docker/install_packages.sh
index 24b4b93..422d3ac 100755
--- a/docker/install_packages.sh
+++ b/docker/install_packages.sh
@@ -19,10 +19,9 @@ apt-get install --yes \
# Install AGL Demo Control Panel dependencies
apt-get install --yes \
python3-pip \
- python3-pyqt5 \
- python3-qtpy \
- pyqt5-dev-tools \
- python3-pyqt5.qtsvg
+ python3-venv \
+ python3-pyqt6.sip \
+ qt6-base-dev
# Set bash as default shell
echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash