mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
This commit is contained in:
parent
ffe676bc28
commit
baebfc03f1
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||||
RUN apt-get update -q && \
|
RUN apt-get update -q && \
|
||||||
apt-get install -qy \
|
apt-get install -qy \
|
||||||
git=1:1.9.1-1ubuntu0.10 \
|
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 \
|
make=3.81-8.2ubuntu3 \
|
||||||
autotools-dev=20130810.1 \
|
autotools-dev=20130810.1 \
|
||||||
autoconf=2.69-6 \
|
autoconf=2.69-6 \
|
||||||
|
@ -18,7 +18,7 @@ RUN apt-get update -q && \
|
||||||
libncurses5-dev=5.9+20140118-1ubuntu1 \
|
libncurses5-dev=5.9+20140118-1ubuntu1 \
|
||||||
libsqlite3-dev=3.8.2-1ubuntu2.2 \
|
libsqlite3-dev=3.8.2-1ubuntu2.2 \
|
||||||
libusb-1.0-0-dev=2:1.0.17-1ubuntu2 \
|
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 \
|
gettext=0.18.3.1-1ubuntu3.1 \
|
||||||
libzbar0=0.10+doc-9build1 \
|
libzbar0=0.10+doc-9build1 \
|
||||||
faketime=0.9.5-2 \
|
faketime=0.9.5-2 \
|
||||||
|
|
|
@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||||
RUN dpkg --add-architecture i386 && \
|
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.2 \
|
||||||
gnupg2=2.2.4-1ubuntu1.2 \
|
gnupg2=2.2.4-1ubuntu1.2 \
|
||||||
dirmngr=2.2.4-1ubuntu1.2 \
|
dirmngr=2.2.4-1ubuntu1.2 \
|
||||||
python3-software-properties=0.96.24.32.1 \
|
python3-software-properties=0.96.24.32.1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue