projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2b996
)
add subproject env var to dockerfile
author
Andre Silva
<andre.beat@gmail.com>
Mon, 24 Oct 2016 19:29:34 +0000
(20:29 +0100)
committer
Andre Silva
<andre.beat@gmail.com>
Mon, 24 Oct 2016 19:29:34 +0000
(20:29 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 578d009dc1854a873c9385d49feff4ec5b074857..744ded85797c435cee7494d8bfa67e6691c2bf28 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-21,8
+21,9
@@
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
ENV keyboard=ergodox
+ENV subproject=ez
ENV keymap=default
VOLUME /qmk
WORKDIR /qmk
-CMD make clean ; make keyboard=${keyboard} keymap=${keymap}
\ No newline at end of file
+CMD make clean ; make keyboard=${keyboard} subproject=${subproject} keymap=${keymap}