瀏覽代碼

Update docker util script and travis to use new base container

zvecr 6 年之前
父節點
當前提交
d8253b83e8
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Dockerfile

+ 0 - 4
Dockerfile

@@ -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 . .