Skip to content

Commit

Permalink
add pyrcc5
Browse files Browse the repository at this point in the history
fixes #112
  • Loading branch information
3nids committed Jul 22, 2024
1 parent b0ddd2b commit 285690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && apt install -y gnupg wget software-properties-common && \
add-apt-repository "deb https://qgis.org/${repo} ${release} main" && \
apt update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip qgis python3-qgis python3-qgis-common python3-venv \
python3-pytest python3-mock xvfb qttools5-dev-tools && \
python3-pytest python3-mock xvfb qttools5-dev-tools pyqt5-dev-tools && \
apt-get clean

# Test version
Expand Down

0 comments on commit 285690e

Please sign in to comment.