Quellcode durchsuchen

Try different gpg package for Docker and Hirsute.

Thanks to xet7 !
Lauri Ojansivu vor 4 Jahren
Ursprung
Commit
df74b31541
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Dockerfile

+ 1 - 1
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 \