summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2020-10-01 06:52:33 +0000
committerIdan Gazit <idan@gazit.me>2020-10-09 18:54:27 -0700
commit9b29f9b861464a8a0eba78f25058cded118b84d5 (patch)
tree7dbe8c373c30d5ac0a625889dff6022c2bdeae82 /.devcontainer/devcontainer.json
parent5bd09b586e153185850fe468b19fdd0eb534f35d (diff)
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!
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index bbf44bc..f21465d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
{
"name": "ZMK Development",
- "image": "zmkfirmware/zephyr-west-action-arm",
+ "dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"],
"runArgs": ["--security-opt", "label=disable"]
}