From df74b3154164410d79e377f629bb92e068a89bd2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 11 Jun 2021 00:34:27 +0300 Subject: [PATCH] Try different gpg package for Docker and Hirsute. Thanks to xet7 ! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90dd4a02e..55493f64e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL maintainer="wekan" # ENV BUILD_DEPS="paxctl" ARG DEBIAN_FRONTEND=noninteractive -ENV BUILD_DEPS="apt-utils libarchive-tools gpgv2 gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ +ENV BUILD_DEPS="apt-utils libarchive-tools gnupg2 gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ DEBUG=false \ NODE_VERSION=v12.22.1 \ METEOR_RELEASE=1.10.2 \