@@ -32,8 +32,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
32
32
GITVERSION_VERSION="4.0.0" \
33
33
DEBIAN_FRONTEND="noninteractive" \
34
34
SRC_DIR="/usr/src" \
35
- EPEL_REPO="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" \
36
- TRINITY_REPO="https://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/el7/trinity-r14/RPMS/noarch/trinity-repo-14.0.5-1.el7.noarch.rpm"
35
+ EPEL_REPO="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
37
36
38
37
# Install git, SSH, and other utilities
39
38
RUN set -ex \
@@ -43,13 +42,13 @@ RUN set -ex \
43
42
&& ssh-keyscan -t rsa,dsa -H github.com >> ~/.ssh/known_hosts \
44
43
&& ssh-keyscan -t rsa,dsa -H bitbucket.org >> ~/.ssh/known_hosts \
45
44
&& chmod 600 ~/.ssh/known_hosts \
46
- && yum install -y $EPEL_REPO $TRINITY_REPO \
47
- && rpm --import " https://keyserver.ubuntu .com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" \
45
+ && yum install -y $EPEL_REPO \
46
+ && rpm --import https://download.mono-project .com/repo/xamarin.gpg \
48
47
&& curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo \
49
48
&& amazon-linux-extras enable corretto8 \
50
49
&& yum groupinstall -y "Development tools" \
51
50
&& yum install -y wget fakeroot jq \
52
- dirmngr bzr mercurial procps-ng \
51
+ bzr mercurial procps-ng \
53
52
ImageMagick \
54
53
openssl-devel libdb-devel \
55
54
libevent-devel libffi-devel GeoIP-devel glib2-devel \
0 commit comments