Skip to content

Commit

Permalink
fix add procps
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 6, 2024
1 parent 0a989e7 commit 76a5b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ ENV LC_ALL C.UTF-8

RUN \
yum update --security -y && \
yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless && \
dnf install -y which && \
yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless which procps && \
yum clean all && rm -rf /var/cache/yum

FROM rhlike AS rockylinux8
Expand Down

0 comments on commit 76a5b08

Please sign in to comment.