1
0

binary builder dockerfiles: update packages

ubuntu no longer serves those older versions
This commit is contained in:
SomberNight
2019-04-12 16:51:35 +02:00
parent ffe676bc28
commit baebfc03f1
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
RUN dpkg --add-architecture i386 && \
apt-get update -q && \
apt-get install -qy \
wget=1.19.4-1ubuntu2.1 \
wget=1.19.4-1ubuntu2.2 \
gnupg2=2.2.4-1ubuntu1.2 \
dirmngr=2.2.4-1ubuntu1.2 \
python3-software-properties=0.96.24.32.1 \