There was an error while loading. Please reload this page.
1 parent aa1a6f5 commit 6cdbbdcCopy full SHA for 6cdbbdc
1 file changed
aws-lambda-java-runtime-interface-client/test/integration/codebuild-local/Dockerfile.agent
@@ -1,7 +1,8 @@
1
FROM public.ecr.aws/amazoncorretto/amazoncorretto:8
2
3
-# Install docker and buildx extension
4
-RUN yum install -y docker tar gzip unzip file findutils
+# Install docker and buildx extension.
+# gnupg2 provides gpg/gpgv/gpg-agent so build-jni-lib.sh can GPG-verify the prebuilt assets.
5
+RUN yum install -y --allowerasing docker tar gzip unzip file findutils gnupg2
6
7
COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/docker-buildx
8
0 commit comments