diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-23 22:59:00 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-23 22:59:00 -0500 |
commit | e7aed6c06333136ec24051e5c9dd9725c246cf7b (patch) | |
tree | a50378ba5e3546ada4ea5fbe4c5e1054a0c8979b /.gitlab-ci.yml | |
parent | fix flatpak build (diff) | |
download | librewolf-linux-e7aed6c06333136ec24051e5c9dd9725c246cf7b.tar.gz librewolf-linux-e7aed6c06333136ec24051e5c9dd9725c246cf7b.tar.bz2 librewolf-linux-e7aed6c06333136ec24051e5c9dd9725c246cf7b.zip |
fix flatpak build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 146a19b..231ef3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,8 @@ Build Linux Packages: stage: Linux-Build script: - cd browser/linux - - curl http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb + - apt-get install -y wget + - 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 - ./build.sh |