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 \
23
23
&& rpm --import https://download.mono-project.com/repo/xamarin.gpg \
24
24
&& curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo \
25
25
&& amazon-linux-extras enable corretto8 \
26
+ && amazon-linux-extras enable docker \
26
27
&& yum groupinstall -y "Development tools" \
27
28
&& yum install -y \
28
29
GeoIP-devel ImageMagick asciidoc bzip2-devel bzr bzrtools cvs cvsps \
@@ -36,6 +37,7 @@ RUN set -ex \
36
37
perl-DBI perl-HTTP-Date perl-IO-Pty-Easy perl-TimeDate perl-YAML-LibYAML \
37
38
postgresql-devel procps-ng python-configobj readline-devel rsync sgml-common \
38
39
subversion-perl tar tcl tk vim wget which xfsprogs xmlto xorg-x11-server-Xvfb xz-devel \
40
+ amazon-ecr-credential-helper \
39
41
&& rm /etc/yum.repos.d/mono-centos7-stable.repo
40
42
41
43
RUN useradd codebuild-user
You can’t perform that action at this time.
0 commit comments