Skip to content

Commit d089a83

Browse files
authored
Merge pull request #214 from drexin/wip-fix-centos8
Rename PowerTools to powertools in centos8 files
2 parents bd72b08 + 8efd21a commit d089a83

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

5.2/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
44

55
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
66

7-
RUN yum install --enablerepo=PowerTools -y \
7+
RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \

5.3/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
44

55
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
66

7-
RUN yum install --enablerepo=PowerTools -y \
7+
RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \

nightly-5.3/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
44

55
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
66

7-
RUN yum install --enablerepo=PowerTools -y \
7+
RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \

nightly-main/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
44

55
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
66

7-
RUN yum install --enablerepo=PowerTools -y \
7+
RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \

swift-ci/master/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN groupadd -g 42 build-user && \
55

66
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
77

8-
RUN yum install --enablerepo=PowerTools -y \
8+
RUN yum install --enablerepo=powertools -y \
99
autoconf \
1010
clang \
1111
cmake \

0 commit comments

Comments
 (0)