Skip to content

Commit

Permalink
install java-17 at last
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Feb 1, 2024
1 parent 33a3c09 commit b9c13de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci-build/centos-stream8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN dnf -y update && \
cyrus-sasl-gssapi \
drpm \
iputils \
java-17-openjdk-devel \
krb5-workstation \
maven \
openssl-devel \
Expand All @@ -24,7 +23,8 @@ RUN dnf -y update && \
rpmdevtools \
valgrind \
wget \
yum-utils && \
yum-utils \
java-17-openjdk-devel && \
dnf -y group install "Development Tools" && \
dnf clean all && \
rm -rf /var/cache/yum
Expand Down
4 changes: 2 additions & 2 deletions ci-build/centos-stream9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN dnf -y update && \
cyrus-sasl-md5 \
cyrus-sasl-gssapi \
iputils \
java-17-openjdk-devel \
krb5-workstation \
krb5-devel \
maven \
Expand All @@ -24,7 +23,8 @@ RUN dnf -y update && \
rpmdevtools \
valgrind \
wget \
yum-utils && \
yum-utils \
java-17-openjdk-devel && \
dnf -y group install "Development Tools" && \
dnf clean all && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit b9c13de

Please sign in to comment.