Skip to content

Commit 4c7e937

Browse files
CCM-9336 Devcontainer fixes
1 parent 20cff6e commit 4c7e937

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,8 @@
7979
"ghcr.io/devcontainers/features/ruby:1": {}
8080
},
8181
"mounts": [
82-
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
83-
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached"
82+
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
8483
],
8584
"name": "Devcontainer",
86-
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh",
87-
"runArgs": [
88-
"--platform=linux/amd64"
89-
]
85+
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"
9086
}

scripts/devcontainer/postcreatecommand.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rm -Rf ~/.asdf
44
git clone https://github.com/asdf-vm/asdf.git ~/.asdf;
55
chmod +x ~/.asdf/asdf.sh;
66
echo '. $HOME/.asdf/asdf.sh' >> ~/.zshrc
7-
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc
87

98
echo 'export GPG_TTY=$TTY' | cat - ~/.zshrc > temp && mv temp ~/.zshrc
109

0 commit comments

Comments
 (0)