Browse Source

binary builder dockerfiles: update packages

ubuntu no longer serves those older versions
regtest_lnd
SomberNight 6 years ago
parent
commit
baebfc03f1
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/build-linux/appimage/Dockerfile
  2. 2
      contrib/build-wine/docker/Dockerfile

4
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 \

2
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 \

Loading…
Cancel
Save