add arm-none-eabi-gcc buildbox

This commit is contained in:
encrypt 2015-11-25 00:44:45 +01:00
parent ee308db8c5
commit d6da07eb6d

View 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