Skip to content

Commit

Permalink
Update docker util script and travis to use new base container
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and skullydazed committed Jul 15, 2019
1 parent 0a03f7c commit d8253b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .
Expand Down

0 comments on commit d8253b8

Please sign in to comment.