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"