Skip to content

Commit

Permalink
fix version of gnupg2
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Dec 2, 2024
1 parent b5b0038 commit c4350bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion amazoncorretto/12.0/jdk17-al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utilities needed for setup.
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
command -v dnf && dnf swap -y gnupg2-minimal gnupg2-full && dnf clean all ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/12.0/jdk21-al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utilities needed for setup.
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
command -v dnf && dnf swap -y gnupg2-minimal gnupg2-full && dnf clean all ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/12.0/jdk23-al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utilities needed for setup.
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
command -v dnf && dnf swap -y gnupg2-minimal gnupg2-full && dnf clean all ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
3 changes: 2 additions & 1 deletion baseDockerfile-amazoncorretto
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utilities needed for setup.
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
yum install -y shadow-utils tar xz gzip which && yum clean all ; \
command -v dnf && dnf swap -y gnupg2-minimal gnupg2-full && dnf clean all ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down

0 comments on commit c4350bd

Please sign in to comment.