fix flatpak build :c

This commit is contained in:
BeatLink 2019-07-24 00:08:28 -05:00
parent 1b4a02267e
commit ae3a0964bf

View file

@ -8,10 +8,7 @@ Build Linux Packages:
stage: Linux-Build
script:
- cd browser/linux
- apt-get update
- apt-get install -y wget libcap2
- wget http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
- dpkg -i ./bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
- echo 0 > /proc/sys/kernel/userns_restrict
- bwrap --dev-bind / / bash
- ./build.sh
artifacts: