Add wget, file, fuse and python for building AppImages inside the container

This commit is contained in:
Janek Bevendorff 2017-01-22 22:39:05 +01:00
parent 3c687d29d8
commit 1c12cd6b9e
No known key found for this signature in database
GPG key ID: CFEC2F6850BFFA53
3 changed files with 14 additions and 7 deletions

View file

@ -41,8 +41,8 @@ wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./func
cd $APP.AppDir
cp -a ../../bin-release/* .
mv ./usr/local/* ./usr
rmdir ./usr/local
cp -a ./usr/local/* ./usr
rm -R ./usr/local
patch_strings_in_file /usr/local ./
patch_strings_in_file /usr ./