diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 919849e..386ee8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: before_script: - | apt-get update -qq && - apt-get install -qq build-essential fuse genisoimage gnupg libfuse-dev nasm pkg-config software-properties-common syslinux && + apt-get install -qq build-essential curl fuse genisoimage gnupg libfuse-dev nasm pkg-config software-properties-common syslinux && apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F && add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' && apt-get update -qq &&