File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN set -ex \
2525 && rpm --import https://download.mono-project.com/repo/xamarin.gpg \
2626 && curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo \
2727 && amazon-linux-extras enable corretto8 \
28+ && amazon-linux-extras enable docker \
2829 && yum groupinstall -yq "Development tools" \
2930 && yum install -yq \
3031 GeoIP-devel ImageMagick asciidoc bzip2-devel bzr bzrtools cvs cvsps \
@@ -37,7 +38,8 @@ RUN set -ex \
3738 ncurses-devel oniguruma-devel openssl openssl-devel perl-DBD-SQLite \
3839 perl-DBI perl-HTTP-Date perl-IO-Pty-Easy perl-TimeDate perl-YAML-LibYAML \
3940 postgresql-devel procps-ng python-configobj readline-devel rsync sgml-common \
40- subversion-perl tar tcl tk vim wget which xfsprogs xmlto xorg-x11-server-Xvfb xz-devel
41+ subversion-perl tar tcl tk vim wget which xfsprogs xmlto xorg-x11-server-Xvfb xz-devel \
42+ amazon-ecr-credential-helper
4143
4244RUN useradd codebuild-user
4345
You can’t perform that action at this time.
0 commit comments