aboutsummaryrefslogtreecommitdiffstats
path: root/docker/install_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/install_packages.sh')
-rwxr-xr-xdocker/install_packages.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/install_packages.sh b/docker/install_packages.sh
index 4e94a37..7fdb621 100755
--- a/docker/install_packages.sh
+++ b/docker/install_packages.sh
@@ -21,7 +21,8 @@ apt-get install --yes \
python3-pip \
python3-pyqt5 \
python3-qtpy \
- pyqt5-dev-tools
+ pyqt5-dev-tools \
+ python3-pyqt5.qtsvgqq
# Set bash as default shell
echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash