Skip to content

Commit

Permalink
Explicitly set QT_SELECT=qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 26, 2024
1 parent 161f12b commit d40d27a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kiwix-build_ci/jammy_builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN apt update -q \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/debconf/* \
&& pip3 install meson pytest gcovr requests distro

# QT_SELECT has to be set to Qt5 so Kiwix Linux/Windows compiles
ENV QT_SELECT qt5

# Create user
RUN groupadd --gid 121 runner
RUN useradd --uid 1001 --gid 121 --create-home runner
Expand Down

0 comments on commit d40d27a

Please sign in to comment.