5 lines
75 B
Docker
5 lines
75 B
Docker
FROM edasque/qmk_firmware
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install gcc-arm*
|