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/amazonlinux2023.Dockerfile
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ FROM amazonlinux:2023
4
4
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.
7
-
RUN dnf -y groupinstall "Development Tools"
8
-
RUN dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-nitro-enclaves-cli aws-nitro-enclaves-cli-devel
0 commit comments