add gcc as it seems to be required on arm (?)

This commit is contained in:
Jakob Ketterl 2020-12-02 16:50:14 +01:00
parent 1894ed50d1
commit 00d496086e

View File

@ -2,7 +2,7 @@
set -euxo pipefail
export MAKEFLAGS="-j4"
BUILD_PACKAGES="git wget"
BUILD_PACKAGES="git wget gcc"
apt-get update
apt-get -y install --no-install-recommends $BUILD_PACKAGES