Skip to content

Commit

Permalink
ci: install more qt6 dev tools in 24.04 build image
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 17, 2024
1 parent 90dc8cc commit 6b1e71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/ubuntu24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y

RUN apt install build-essential python3 python-is-python3 \
qt6-base-dev qt6-base-dev-tools qt6-5compat-dev qt6-l10n-tools linguist-qt6 \
qt6-base-dev qt6-5compat-dev qt6-translations-l10n \
qt6-tools-dev-tools qt6-base-dev-tools qt6-tools-dev \
libboost-dev libssl-dev libcurl4-openssl-dev \
ragel ninja-build zlib1g-dev git \
wget fuse file -y && \
Expand Down

0 comments on commit 6b1e71d

Please sign in to comment.