From c9187b81164757c67a0f83ef34b001f7d38c264a Mon Sep 17 00:00:00 2001
From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Date: Sun, 10 May 2020 22:41:34 +0200
Subject: [PATCH] Add gnupg to Dockerfile (#11365)

Co-authored-by: zeripath <art27@cantab.net>
---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0229161b5f..8093853605 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,8 @@ RUN apk --no-cache add \
     s6 \
     sqlite \
     su-exec \
-    tzdata
+    tzdata \
+    gnupg
 
 RUN addgroup \
     -S -g 1000 \