Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add openjdk for keytool support
  • Loading branch information
pcaskey committed Jan 17, 2024
1 parent c358fba commit 3799741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETPLATFORM rockylinux:8.8

# Install needed utils
RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=nodocs epel-release && \
yum -y install wget zip unzip rsync openssl && \
yum -y install wget zip unzip rsync openssl java-latest-openjdk && \
yum -y clean all

# Install Corretto Java JDK
Expand Down

0 comments on commit 3799741

Please sign in to comment.