summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-06-05 01:17:01 +0100
committerFlorian Didron <fdidron@users.noreply.github.com>2019-07-19 10:05:10 +0900
commitc98d65fd03a1da134f79bf2b67f28bdf7648b95e (patch)
tree57d5b288244236cfd770cd4fdca53cd86dfb55d9 /Dockerfile
parentecf353a1d5e93ba74cfb3ffb8124a414c18d5a97 (diff)
Update docker util script and travis to use new base container
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile20
1 files changed, 1 insertions, 19 deletions
diff --git a/Dockerfile b/Dockerfile
index 43c84d3e35..1c17f38e83 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,22 +1,4 @@
-FROM debian:9
-
-RUN apt-get update && apt-get install --no-install-recommends -y \
- avr-libc \
- avrdude \
- binutils-arm-none-eabi \
- binutils-avr \
- build-essential \
- dfu-programmer \
- dfu-util \
- gcc \
- gcc-avr \
- git \
- libnewlib-arm-none-eabi \
- software-properties-common \
- unzip \
- wget \
- zip \
- && rm -rf /var/lib/apt/lists/*
+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 - | \