From 243c240b9616a932123c50506e28f3a936ed5aaa Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 21 Aug 2024 20:24:13 +0200 Subject: [PATCH] Add gnupg2 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1215d69..319e4ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,3 +17,6 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.title="Gitea Actions runner images customised by Seeseemelk" \ org.opencontainers.image.description="Docker images used by act_runner to run workflows." + +RUN apt-get update && \ + apt-get -y install gnupg2