Merge pull request #1269 from ryanmaclean/patch-6
Cleaning Up Dockerfile Layers Per Official Docsdaktil_thumb_popravljen
commit
c5cef025ec
|
@ -1,8 +1,7 @@
|
||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
MAINTAINER Erik Dasque <erik@frenchguys.com>
|
MAINTAINER Erik Dasque <erik@frenchguys.com>
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get install --no-install-recommends -y build-essential \
|
||||||
RUN apt-get install --no-install-recommends -y build-essential \
|
|
||||||
gcc \
|
gcc \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
|
@ -15,10 +14,8 @@ RUN apt-get install --no-install-recommends -y build-essential \
|
||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
binutils-arm-none-eabi \
|
binutils-arm-none-eabi \
|
||||||
libnewlib-arm-none-eabi \
|
libnewlib-arm-none-eabi \
|
||||||
git
|
git \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN apt-get clean
|
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
ENV keyboard=ergodox
|
ENV keyboard=ergodox
|
||||||
ENV subproject=ez
|
ENV subproject=ez
|
||||||
|
|
Loading…
Reference in New Issue