Skip to content

Commit

Permalink
Install psycopg3 in Dekstop (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Apr 9, 2024
1 parent c8c2b4a commit 663758e
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 @@ -14,5 +14,5 @@ RUN apt update && apt install -y gnupg wget software-properties-common && \
add-apt-repository "deb https://qgis.org/${repo} ${ubuntu_dist} 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 psycopg && \
apt-get clean

0 comments on commit 663758e

Please sign in to comment.