mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
9fccc990be
* add infrastructure to build and push docker containers * make it part of the deploy workflow
9 lines
230 B
Docker
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
|