blob: 619f3ceec04fa597eefcba19b2c9b99b05dcb2cd [file]
#!/usr/bin/env bash
#
# Script used to install additional requirements to the base Netlify image.
#
# Should not be used or relied on outside of Netlify context.
#
# Author: Pat Pannuto <pat.pannuto@gmail.com>
set -e
set -u
set -x
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2020-06-03
export PATH="$PATH:$HOME/.cargo/bin"
make ci-runner-netlify