mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 16:42:33 +01:00
Updated Dockerfile gpg to gpgv2, that package is in hirsute.
Thanks to xet7 !
This commit is contained in:
parent
09a060a57b
commit
0b34bcdfa8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ LABEL maintainer="wekan"
|
||||||
# ENV BUILD_DEPS="paxctl"
|
# ENV BUILD_DEPS="paxctl"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
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 \
|
DEBUG=false \
|
||||||
NODE_VERSION=v12.22.1 \
|
NODE_VERSION=v12.22.1 \
|
||||||
METEOR_RELEASE=1.10.2 \
|
METEOR_RELEASE=1.10.2 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue