From 8959f88f4b05dce7dd2b91d1e811cbaf689deb4e Mon Sep 17 00:00:00 2001 From: Michael Long Date: Mon, 19 Feb 2024 14:35:09 -0500 Subject: [PATCH] container tweaks --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 055a46f..f697dd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# we use alpine and not distroless because we need wget, unzip, etc. -FROM amazonlinux:latest +FROM public.ecr.aws/amazonlinux/amazonlinux:minimal RUN dnf install aws-cli wget unzip findutils -y