Update docker util script and travis to use new base container

This commit is contained in:
zvecr 2019-06-05 01:33:57 +01:00 committed by skullydazed
parent 0a03f7cff7
commit d8253b83e8
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
FROM qmkfm/base_container
# upgrade gcc-arm-none-eabi from the default 5.4.1 to 6.3.1 due to ARM runtime issues
RUN wget -q https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 -O - | \
tar xj --strip-components=1 -C /
VOLUME /qmk_firmware
WORKDIR /qmk_firmware
COPY . .