Files
qmk_cli-mirror/Dockerfile
T
Zach White 9fccc990be Add infrastructure to build and push docker containers (#64)
* add infrastructure to build and push docker containers

* make it part of the deploy workflow
2021-07-07 22:54:34 -07:00

9 lines
230 B
Docker

FROM qmkfm/base_container
# Install python packages
RUN python3 -m pip install --upgrade pip setuptools wheel
RUN python3 -m pip install --upgrade nose2 qmk
# Set the default location for qmk_firmware
ENV QMK_HOME /qmk_firmware