Skip to content

Commit

Permalink
aqtinstall docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Dec 27, 2023
1 parent 299a4a3 commit 493b42e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfiles/ubuntu-aqtinstall-6
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
# - libodbc1: Useless, but needed to keep linuxdeploy happy
RUN apt update && \
apt install -y appstream cmake curl desktop-file-utils git libfontconfig1 libxcb-cursor0 libxkbcommon-x11-0 python3 python3-pip sudo \
libpq5 libodbc1
libpq5 libodbc1 \
# qt dependencies
build-essential libgl1-mesa-dev libgstreamer-gl1.0-0 libpulse-dev libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 \
libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb1 libxkbcommon-dev libxkbcommon-x11-0 libxcb-xkb-dev

RUN python3 -m pip install --upgrade pip setuptools aqtinstall

# qt6 dependencies
Expand Down

0 comments on commit 493b42e

Please sign in to comment.