Skip to content

Commit

Permalink
fix: amazoncorretto-23-al2023 needs findutils
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Sep 23, 2024
1 parent c4359a5 commit 1a9e1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazoncorretto-23-al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1a9e1b5

Please sign in to comment.