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.
1 parent 086085f commit 7b75dcaCopy full SHA for 7b75dca
swift-ci/main/amazon-linux/2/Dockerfile
@@ -6,8 +6,7 @@ RUN groupadd -g 998 build-user && \
6
useradd -m -r -u 42 -g build-user build-user
7
8
# The build needs a package from the EPEL repo so that needs to be enabled.
9
-# https://www.tecmint.com/install-epel-repository-on-centos/
10
-RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+RUN amazon-linux-extras install epel -y
11
12
# Update and install needed build packages
13
RUN yum -y group install "development tools"
0 commit comments