File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
4
4
5
5
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
6
6
7
- RUN yum install --enablerepo=PowerTools -y \
7
+ RUN yum install --enablerepo=powertools -y \
8
8
binutils \
9
9
gcc \
10
10
git \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
4
4
5
5
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
6
6
7
- RUN yum install --enablerepo=PowerTools -y \
7
+ RUN yum install --enablerepo=powertools -y \
8
8
binutils \
9
9
gcc \
10
10
git \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
4
4
5
5
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
6
6
7
- RUN yum install --enablerepo=PowerTools -y \
7
+ RUN yum install --enablerepo=powertools -y \
8
8
binutils \
9
9
gcc \
10
10
git \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL description="Docker Container for the Swift programming language"
4
4
5
5
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
6
6
7
- RUN yum install --enablerepo=PowerTools -y \
7
+ RUN yum install --enablerepo=powertools -y \
8
8
binutils \
9
9
gcc \
10
10
git \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN groupadd -g 42 build-user && \
5
5
6
6
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
7
7
8
- RUN yum install --enablerepo=PowerTools -y \
8
+ RUN yum install --enablerepo=powertools -y \
9
9
autoconf \
10
10
clang \
11
11
cmake \
You can’t perform that action at this time.
0 commit comments