add arm-none-eabi-gcc buildbox
This commit is contained in:
parent
ee308db8c5
commit
d6da07eb6d
1 changed files with 12 additions and 0 deletions
12
devbox/arm-none-eabi-gcc/Dockerfile
Normal file
12
devbox/arm-none-eabi-gcc/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FROM base/archlinux
|
||||||
|
|
||||||
|
RUN pacman-key --init && \
|
||||||
|
pacman-key --refresh-keys && \
|
||||||
|
pacman -Syu --noconfirm && \
|
||||||
|
pacman-db-upgrade
|
||||||
|
|
||||||
|
RUN pacman -S --noconfirm arm-none-eabi-gcc \
|
||||||
|
arm-none-eabi-newlib \
|
||||||
|
gcc \
|
||||||
|
python2 \
|
||||||
|
make
|
Loading…
Reference in a new issue