mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
build: update git in dockerfiles (#6107)
This commit is contained in:
parent
bdb870af00
commit
1846154ca3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,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:2.7.4-0ubuntu1.8 \
|
git=1:2.7.4-0ubuntu1.9 \
|
||||||
wget=1.17.1-1ubuntu1.5 \
|
wget=1.17.1-1ubuntu1.5 \
|
||||||
make=4.1-6 \
|
make=4.1-6 \
|
||||||
autotools-dev=20150820.1 \
|
autotools-dev=20150820.1 \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN dpkg --add-architecture i386 && \
|
||||||
|
|
||||||
RUN apt-get update -q && \
|
RUN apt-get update -q && \
|
||||||
apt-get install -qy \
|
apt-get install -qy \
|
||||||
git=1:2.17.1-1ubuntu0.6 \
|
git=1:2.17.1-1ubuntu0.7 \
|
||||||
p7zip-full=16.02+dfsg-6 \
|
p7zip-full=16.02+dfsg-6 \
|
||||||
make=4.1-9.1ubuntu1 \
|
make=4.1-9.1ubuntu1 \
|
||||||
mingw-w64=5.0.3-1 \
|
mingw-w64=5.0.3-1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue