Skip to content

Commit

Permalink
kicad8 devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
slimcdk committed Nov 28, 2024
1 parent daddfdc commit 1ffcd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM setsoft/kicad_auto
FROM ghcr.io/inti-cmnb/kicad8_auto_full

RUN apt-get update && apt-get install -y git
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"postCreateCommand": {
"submodules": "git submodule update --init --recursive"
},
"remoteUser": "vscode",
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
],
Expand Down

0 comments on commit 1ffcd8e

Please sign in to comment.