Skip to content

Commit d999036

Browse files
author
Evan Lezar
committed
Merge branch 'fix-centos8' into 'master'
Fix centos8 dockerized builds See merge request nvidia/container-toolkit/libnvidia-container!161
2 parents a0c0a43 + fee9797 commit d999036

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mk/Dockerfile.amazonlinux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM ${BASEIMAGE}
44
SHELL ["/bin/bash", "-c"]
55

66
RUN yum install -y \
7+
--setopt=best=0 \
78
bzip2 \
89
createrepo \
910
elfutils-libelf-devel \

mk/Dockerfile.centos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN if [ "${OS_VERSION}" = "8" ]; then \
1414
fi
1515

1616
RUN yum install -y \
17+
--setopt=best=0 \
1718
bzip2 \
1819
createrepo \
1920
elfutils-libelf-devel \

0 commit comments

Comments
 (0)