Skip to content

Commit b7571e9

Browse files
committed
Update new naming for powertools repo on centos:8
Signed-off-by: Kevin Klues <[email protected]>
1 parent c8e4e7d commit b7571e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${BASEIMAGE}
33

44
ARG OS_VERSION
55
RUN if [ "${OS_VERSION}" = "8" ]; then \
6-
yum --enablerepo=PowerTools install -y \
6+
yum --enablerepo=powertools install -y \
77
rpcgen \
88
libseccomp-devel; \
99
else \

0 commit comments

Comments
 (0)