add gcc as it seems to be required on arm (?)
This commit is contained in:
parent
1894ed50d1
commit
00d496086e
@ -2,7 +2,7 @@
|
|||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
export MAKEFLAGS="-j4"
|
export MAKEFLAGS="-j4"
|
||||||
|
|
||||||
BUILD_PACKAGES="git wget"
|
BUILD_PACKAGES="git wget gcc"
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install --no-install-recommends $BUILD_PACKAGES
|
apt-get -y install --no-install-recommends $BUILD_PACKAGES
|
||||||
|
Loading…
Reference in New Issue
Block a user