X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Dockerfile;h=dfde33b5cca0fbb05eb0e8368be0a3df84d55f2a;hb=91683d56fa5c9cf9893219b3dac269e20a2c7251;hp=744ded85797c435cee7494d8bfa67e6691c2bf28;hpb=e7347ff0de93ff823462b3ff2b4136b44dc576c0;p=qmk_firmware.git diff --git a/Dockerfile b/Dockerfile index 744ded857..dfde33b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM debian:jessie MAINTAINER Erik Dasque -RUN apt-get update -RUN apt-get install --no-install-recommends -y build-essential \ +RUN apt-get update && apt-get install --no-install-recommends -y build-essential \ gcc \ unzip \ wget \ @@ -15,10 +14,10 @@ RUN apt-get install --no-install-recommends -y build-essential \ gcc-arm-none-eabi \ binutils-arm-none-eabi \ libnewlib-arm-none-eabi \ - git - -RUN apt-get clean -RUN rm -rf /var/lib/apt/lists/* + git \ + software-properties-common \ + avrdude \ + && rm -rf /var/lib/apt/lists/* ENV keyboard=ergodox ENV subproject=ez