about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDS <commits@sidhion.com>2024-01-23 20:58:41 -0800
committerDS <commits@sidhion.com>2024-01-23 20:58:41 -0800
commitad83240aadba865b2a4ef5f997b4cac46d22cb16 (patch)
treeb8dd34de2f3dc0c7d3fd8306fc0ebe9e10775d26 /doc
parent45f1aab3d6a9e691dd687fd0df9b694875d114fd (diff)
doc: add missing attribute to example in dockerTools
Diffstat (limited to 'doc')
-rw-r--r--doc/build-helpers/images/dockertools.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md
index e732e0472926c..0114f039a6432 100644
--- a/doc/build-helpers/images/dockertools.section.md
+++ b/doc/build-helpers/images/dockertools.section.md
@@ -676,6 +676,7 @@ If our package sets `includeStorePaths` to `false`, we'll end up with only the f
 dockerTools.streamLayeredImage {
   name = "hello";
   contents = [ hello ];
+  includeStorePaths = false;
 }
 ```