2 LABEL maintainer Alexandr Kuzmitsky <brat002@gmail.com>
7 RUN mkdir -p /home/src && apt-get update && \
8 apt-get install -y software-properties-common python-software-properties && \
9 apt-get remove -y binutils-arm-none-eabi gcc-arm-none-eabi && \
10 add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && \
12 apt-get install -y gcc-arm-none-eabi libnewlib-arm-none-eabi make git gcc ruby