docker-image: add gcc-arm-none-eabi
This commit is contained in:
parent
059617db3b
commit
cfe80644b7
@ -202,6 +202,9 @@ PACKAGES+=" aspell"
|
|||||||
# Needed by package kphp.
|
# Needed by package kphp.
|
||||||
PACKAGES+=" python3-jsonschema"
|
PACKAGES+=" python3-jsonschema"
|
||||||
|
|
||||||
|
# Needed by proxmark3/proxmark3-git
|
||||||
|
PACKAGES+=" gcc-arm-none-eabi"
|
||||||
|
|
||||||
# Do not require sudo if already running as root.
|
# Do not require sudo if already running as root.
|
||||||
if [ "$(id -u)" = "0" ]; then
|
if [ "$(id -u)" = "0" ]; then
|
||||||
SUDO=""
|
SUDO=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user