Skip to content

Commit

Permalink
Fix cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Jun 15, 2024
1 parent 6e2caea commit 9c2cd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ADD .build/dependencies.yaml /
ADD .build/dep-version.py /usr/local/bin

# Vcpkg does not provide pre-built binaries for Arm architectures so we need to build vcpkg from source
RUN yum install cmake && \
dnf --enablerepo=devel install -y ninja-build
RUN yum install -y cmake
RUn dnf --enablerepo=devel install -y ninja-build

# Dependencies when building OpenSSL
RUN yum install -y perl-IPC-Cmd

0 comments on commit 9c2cd72

Please sign in to comment.