Skip to content

Commit

Permalink
Forgot go
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jan 6, 2025
1 parent 930f8b2 commit b5ce883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/aws/pipeline/amazonlinux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yum -y update
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
# 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.
RUN yum -y groupinstall "Development Tools"
RUN yum -y install systemd vim-common wget git tar
RUN yum -y install systemd vim-common wget git tar go
RUN yum clean all

RUN yum -y install cmake cmake3
Expand Down
2 changes: 1 addition & 1 deletion scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dnf update -y
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
# 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.
RUN dnf -y groupinstall "Development Tools" \
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 go cmake cmake3 aws-cli \
&& dnf clean all

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

0 comments on commit b5ce883

Please sign in to comment.