Skip to content

Commit c9c978c

Browse files
update init to touch gitconfig
1 parent d17c587 commit c9c978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devcontainers/base/src/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"runArgs": [
105105
"--platform=linux/amd64"
106106
],
107-
"initializeCommand": "mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true",
107+
"initializeCommand": "touch $HOME/.gitconfig && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true",
108108
"mounts": [
109109
"source=/usr/local/share/ca-certificates,target=/home/ca-certificates,type=bind,consistency=cached",
110110
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",

0 commit comments

Comments
 (0)