Merge pull request #283394 from DanielSidhion/fix-dockertools-example
doc: add missing attribute to example in dockerTools
This commit is contained in:
commit
f7609960db
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ If our package sets `includeStorePaths` to `false`, we'll end up with only the f
|
||||||
dockerTools.streamLayeredImage {
|
dockerTools.streamLayeredImage {
|
||||||
name = "hello";
|
name = "hello";
|
||||||
contents = [ hello ];
|
contents = [ hello ];
|
||||||
|
includeStorePaths = false;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue