Skip to content

Commit f524308

Browse files
committed
remove version of wget
1 parent 4bc74f8 commit f524308

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/build-linux/appimage/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
55
RUN apt-get update -q && \
66
apt-get install -qy \
77
git=1:1.9.1-1ubuntu0.10 \
8-
wget=1.15-1ubuntu1.14.04.4 \
8+
wget \
99
make=3.81-8.2ubuntu3 \
1010
autotools-dev=20130810.1 \
1111
autoconf=2.69-6 \
@@ -18,7 +18,7 @@ RUN apt-get update -q && \
1818
libncurses5-dev=5.9+20140118-1ubuntu1 \
1919
libsqlite3-dev=3.8.2-1ubuntu2.2 \
2020
libusb-1.0-0-dev=2:1.0.17-1ubuntu2 \
21-
libudev-dev=204-5ubuntu20.29 \
21+
libudev-dev \
2222
gettext=0.18.3.1-1ubuntu3.1 \
2323
libzbar0=0.10+doc-9build1 \
2424
faketime=0.9.5-2 \

contrib/build-wine/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
55
RUN dpkg --add-architecture i386 && \
66
apt-get update -q && \
77
apt-get install -qy \
8-
wget=1.19.4-1ubuntu2.1 \
8+
wget \
99
gnupg2=2.2.4-1ubuntu1.2 \
1010
dirmngr=2.2.4-1ubuntu1.2 \
1111
python3-software-properties=0.96.24.32.1 \

0 commit comments

Comments
 (0)