commit baebfc03f13195de251c53f7d3eaf6f465dff75f
parent ffe676bc28213f530aec2394d3995c4569492e4a
Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 12 Apr 2019 16:51:35 +0200
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/build-linux/appimage/Dockerfile b/contrib/build-linux/appimage/Dockerfile
@@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
RUN apt-get update -q && \
apt-get install -qy \
git=1:1.9.1-1ubuntu0.10 \
- wget=1.15-1ubuntu1.14.04.4 \
+ wget=1.15-1ubuntu1.14.04.5 \
make=3.81-8.2ubuntu3 \
autotools-dev=20130810.1 \
autoconf=2.69-6 \
@@ -18,7 +18,7 @@ RUN apt-get update -q && \
libncurses5-dev=5.9+20140118-1ubuntu1 \
libsqlite3-dev=3.8.2-1ubuntu2.2 \
libusb-1.0-0-dev=2:1.0.17-1ubuntu2 \
- libudev-dev=204-5ubuntu20.29 \
+ libudev-dev=204-5ubuntu20.31 \
gettext=0.18.3.1-1ubuntu3.1 \
libzbar0=0.10+doc-9build1 \
faketime=0.9.5-2 \
diff --git a/contrib/build-wine/docker/Dockerfile b/contrib/build-wine/docker/Dockerfile
@@ -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 \