We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0c0a43 + fee9797 commit d999036Copy full SHA for d999036
mk/Dockerfile.amazonlinux
@@ -4,6 +4,7 @@ FROM ${BASEIMAGE}
4
SHELL ["/bin/bash", "-c"]
5
6
RUN yum install -y \
7
+ --setopt=best=0 \
8
bzip2 \
9
createrepo \
10
elfutils-libelf-devel \
mk/Dockerfile.centos
@@ -14,6 +14,7 @@ RUN if [ "${OS_VERSION}" = "8" ]; then \
14
fi
15
16
17
18
19
20
0 commit comments