1
0

AppImage: Bundle more binaries to increase compatibility

This slightly increases the AppImage size but allows us to be more
compatible with older distributions.

-----

taken from Electron-Cash/Electron-Cash@96644acd6f
This commit is contained in:
Axel Gembe
2019-07-04 23:35:52 +02:00
committed by SomberNight
parent dcecf7db4b
commit 69b673b8a1
2 changed files with 7 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ RUN apt-get update -q && \
libudev-dev=204-5ubuntu20.31 \
gettext=0.18.3.1-1ubuntu3.1 \
libzbar0=0.10+doc-9build1 \
faketime=0.9.5-2 \
libdbus-1-3=1.6.18-0ubuntu4.5 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \