docker-image: add gcc-arm-none-eabi

This commit is contained in:
s00se 2022-01-17 13:31:14 -07:00 committed by Leonid Pliushch
parent 059617db3b
commit cfe80644b7
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ PACKAGES+=" aspell"
# Needed by package kphp.
PACKAGES+=" python3-jsonschema"
# Needed by proxmark3/proxmark3-git
PACKAGES+=" gcc-arm-none-eabi"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""