From 1a9e1b5643b9d895484f8cd841e01262a174f14b Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Mon, 23 Sep 2024 19:23:45 +0200 Subject: [PATCH] fix: amazoncorretto-23-al2023 needs findutils --- amazoncorretto-23-al2023/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazoncorretto-23-al2023/Dockerfile b/amazoncorretto-23-al2023/Dockerfile index 1c970cc7..b58d5974 100644 --- a/amazoncorretto-23-al2023/Dockerfile +++ b/amazoncorretto-23-al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazoncorretto:23-al2023 -RUN yum install -y openssh-clients +RUN yum install -y openssh-clients findutils # common for all images LABEL org.opencontainers.image.title="Apache Maven"