mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
[Docker] fix gnupg2 and dirmngr
This commit is contained in:
parent
424430723b
commit
c60583293a
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ RUN dpkg --add-architecture i386 && \
|
||||||
apt-get update -q && \
|
apt-get update -q && \
|
||||||
apt-get install -qy \
|
apt-get install -qy \
|
||||||
wget=1.19.4-1ubuntu2.1 \
|
wget=1.19.4-1ubuntu2.1 \
|
||||||
gnupg2=2.2.4-1ubuntu1.1 \
|
gnupg2=2.2.4-1ubuntu1.2 \
|
||||||
dirmngr=2.2.4-1ubuntu1.1 \
|
dirmngr=2.2.4-1ubuntu1.2 \
|
||||||
python3-software-properties=0.96.24.32.1 \
|
python3-software-properties=0.96.24.32.1 \
|
||||||
software-properties-common=0.96.24.32.1 \
|
software-properties-common=0.96.24.32.1 \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Add table
Reference in a new issue