diff options
-rwxr-xr-x | docker/install_packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/install_packages.sh b/docker/install_packages.sh index 7fdb621..24b4b93 100755 --- a/docker/install_packages.sh +++ b/docker/install_packages.sh @@ -22,7 +22,7 @@ apt-get install --yes \ python3-pyqt5 \ python3-qtpy \ pyqt5-dev-tools \ - python3-pyqt5.qtsvgqq + python3-pyqt5.qtsvg # Set bash as default shell echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash |