Install SSH and GPG into container

Brings back the dockerfile so we can install SSH and GPG into it.
This fixes git actions with SSH remotes, and GPG signing now
works out of the box.

This commit was made from inside the container!
This commit is contained in:
Idan Gazit
2020-10-01 06:52:33 +00:00
parent 5bd09b586e
commit 9b29f9b861
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ZMK Development",
"image": "zmkfirmware/zephyr-west-action-arm",
"dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"],
"runArgs": ["--security-opt", "label=disable"]
}