Skip to content

Commit

Permalink
fedora: Add extra-cmake-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Dec 3, 2023
1 parent 6bd5777 commit 89f34d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# Install packages
RUN dnf update -y && \
dnf install -y sudo \
gcc-c++ clang git cmake ninja-build \
gcc-c++ clang git cmake ninja-build extra-cmake-modules \
qt6-qtbase-static qt6-qtbase-private-devel \
qt6-qtquickcontrols2-devel \
qt6-qtwayland-devel \
Expand Down

0 comments on commit 89f34d7

Please sign in to comment.