Skip to content

Commit

Permalink
pass the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 5, 2024
1 parent c3b1fac commit 60ccc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV LC_ALL C.UTF-8
RUN \
yum update --security -y && \
yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless && \
dnf install which && \
dnf install -y which && \
yum clean all && rm -rf /var/cache/yum

FROM rhlike AS rockylinux8
Expand Down

0 comments on commit 60ccc29

Please sign in to comment.