Skip to content

Commit 250b28b

Browse files
authored
Fix ninja package name for RHEL7 clones. (#235)
1 parent ace72e2 commit 250b28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-builders/Dockerfile.amazonlinux2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN yum update -y && \
4040
lm_sensors \
4141
lz4-devel \
4242
make \
43-
ninja \
43+
ninja-build \
4444
openssl-devel \
4545
openssl-perl \
4646
patch \

package-builders/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN yum install -y epel-release && \
4242
lm_sensors \
4343
lz4-devel \
4444
make \
45-
ninja \
45+
ninja-build \
4646
openssl-devel \
4747
openssl-perl \
4848
patch \

0 commit comments

Comments
 (0)