소스 검색

Updated Dockerfile gpg to gpgv2, that package is in hirsute.

Thanks to xet7 !
Lauri Ojansivu 4 년 전
부모
커밋
0b34bcdfa8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
+ENV BUILD_DEPS="apt-utils libarchive-tools gpgv2 gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
     DEBUG=false \
     NODE_VERSION=v12.22.1 \
     METEOR_RELEASE=1.10.2 \