Skip to content

Commit b5ce883

Browse files
Forgot go
1 parent 930f8b2 commit b5ce883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/aws/pipeline/amazonlinux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN yum -y update
55
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
66
# Amazon ECS Anywhere can be used without systemd, if you set up your nodes and register them into your ECS cluster **without** the installation script.
77
RUN yum -y groupinstall "Development Tools"
8-
RUN yum -y install systemd vim-common wget git tar
8+
RUN yum -y install systemd vim-common wget git tar go
99
RUN yum clean all
1010

1111
RUN yum -y install cmake cmake3

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN dnf update -y
55
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
66
# Amazon ECS Anywhere can be used without systemd, if you set up your nodes and register them into your ECS cluster **without** the installation script.
77
RUN dnf -y groupinstall "Development Tools" \
8-
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
8+
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 go cmake cmake3 aws-cli \
99
&& dnf clean all
1010

1111
COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip

0 commit comments

Comments
 (0)