From 61b0c6b781fbb4cc4d292d086ffc78dd916c03a2 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Tue, 26 Nov 2019 12:06:19 -0500 Subject: [PATCH] Add GPG to the image --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 65a7d3e..628e4ca 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -11,7 +11,7 @@ ARG VERSION=2.4.118 gcc \ zip unzip \ openssl \ - gpg-agent \ + gpg-agent gpg \ python3 \ python3-setuptools \ python3-dev \