File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM amazonlinux:2
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL description="Docker Container for the Swift programming language"
4
4
5
- RUN yum -y update && yum -y install \
5
+ RUN yum -y install \
6
6
binutils \
7
7
gcc \
8
8
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 -y update && 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 @@ -2,7 +2,7 @@ FROM amazonlinux:2
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL description="Docker Container for the Swift programming language"
4
4
5
- RUN yum -y update && yum -y install \
5
+ RUN yum -y install \
6
6
binutils \
7
7
gcc \
8
8
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 -y update && yum install --enablerepo=PowerTools -y \
7
+ RUN yum install --enablerepo=PowerTools -y \
8
8
binutils \
9
9
gcc \
10
10
git \
You can’t perform that action at this time.
0 commit comments