You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/aws/pipeline/amazonlinux.Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ RUN yum -y update
5
5
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
6
6
# 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.
7
7
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
Copy file name to clipboardExpand all lines: scripts/aws/pipeline/amazonlinux2023.Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ RUN dnf update -y
5
5
# systemd is not a hard requirement for Amazon ECS Anywhere, but the installation script currently only supports systemd to run.
6
6
# 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.
0 commit comments