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 stage: Linux-Build
script: script:
- cd browser/linux - cd browser/linux
- apt-get update - echo 0 > /proc/sys/kernel/userns_restrict
- 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
- bwrap --dev-bind / / bash - bwrap --dev-bind / / bash
- ./build.sh - ./build.sh
artifacts: artifacts: