Merge pull request #2081 from iNavFlight/development
[inav/snaewe.git] / Dockerfile
blobcd18365e43709b8b8d705e6d0d7749aa4ba0f0d9
1 FROM ubuntu:wily
2 LABEL maintainer Alexandr Kuzmitsky <brat002@gmail.com>
4 VOLUME /home/src/
5 WORKDIR /home/src/
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 && \
11     apt-get update && \
12     apt-get install -y gcc-arm-none-eabi libnewlib-arm-none-eabi make git gcc ruby