Skip to content

Commit 62d151d

Browse files
authored
Add Docker path to devcontainer.json
1 parent d206d42 commit 62d151d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"install",
77
"-y",
88
// For umask fix below.
9-
"/usr/bin/setfacl"
9+
"/usr/bin/setfacl",
10+
// To run make regen-configure
11+
"/usr/bin/docker"
1012
],
1113
"updateContentCommand": {
1214
// Using the shell for `nproc` usage.

0 commit comments

Comments
 (0)