move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)
This commit is contained in:
parent
13a2da973f
commit
b705020daf
13 changed files with 16 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM qmkfm/base_container
|
||||
FROM qmkfm/qmk_cli
|
||||
|
||||
# Basic upgrades; install sudo and SSH.
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# QMK Vagrant Utilities
|
||||
|
||||
## Dockerfile
|
||||
Vagrant-friendly `qmkfm/base_container`.
|
||||
Vagrant-friendly `qmkfm/qmk_cli`.
|
||||
|
||||
In order for the Docker provider and `vagrant ssh` to function the container has a few extra requirements.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue