File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN set -ex \
2323 && rpm --import https://download.mono-project.com/repo/xamarin.gpg \
2424 && curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo \
2525 && amazon-linux-extras enable corretto8 \
26+ && amazon-linux-extras enable docker \
2627 && yum groupinstall -y "Development tools" \
2728 && yum install -y \
2829 GeoIP-devel ImageMagick asciidoc bzip2-devel bzr bzrtools cvs cvsps \
@@ -36,6 +37,7 @@ RUN set -ex \
3637 perl-DBI perl-HTTP-Date perl-IO-Pty-Easy perl-TimeDate perl-YAML-LibYAML \
3738 postgresql-devel procps-ng python-configobj readline-devel rsync sgml-common \
3839 subversion-perl tar tcl tk vim wget which xfsprogs xmlto xorg-x11-server-Xvfb xz-devel \
40+ amazon-ecr-credential-helper \
3941 && rm /etc/yum.repos.d/mono-centos7-stable.repo
4042
4143RUN useradd codebuild-user
You can’t perform that action at this time.
0 commit comments