Skip to content

Commit 09b859f

Browse files
devcontainer: run as root to avoid permissions issue
1 parent 5249dde commit 09b859f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"features": {
77
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
88
},
9-
"postCreateCommand": "make install"
9+
"postCreateCommand": "make install",
10+
"remoteUser": "root"
1011
}

0 commit comments

Comments
 (0)