We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d206d42 commit 62d151dCopy full SHA for 62d151d
1 file changed
.devcontainer/devcontainer.json
@@ -6,7 +6,9 @@
6
"install",
7
"-y",
8
// For umask fix below.
9
- "/usr/bin/setfacl"
+ "/usr/bin/setfacl",
10
+ // To run make regen-configure
11
+ "/usr/bin/docker"
12
],
13
"updateContentCommand": {
14
// Using the shell for `nproc` usage.
0 commit comments