Skip to content

Commit

Permalink
Merge pull request #272 from kiwix/specify-qt5
Browse files Browse the repository at this point in the history
Explicitly set QT_SELECT=qt5
  • Loading branch information
kelson42 authored Dec 26, 2024
2 parents 161f12b + d40d27a commit e41bc19
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 e41bc19

Please sign in to comment.