Install curl

This commit is contained in:
Jeremy Soller 2018-06-09 18:12:50 -06:00
parent 067d5e7e70
commit 884d4e851a

View file

@ -5,7 +5,7 @@ variables:
before_script: before_script:
- | - |
apt-get update -qq && 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 && apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' && add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
apt-get update -qq && apt-get update -qq &&