You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,12 @@ It will add the `--ssh` option to the build command with the passed value (if `t
328
328
329
329
All elements in this array will be passed literally to the `build` command as parameters of the [`--secrets` option](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret). Note that you must have BuildKit enabled for this option to have any effect and special `RUN` stanzas in your Dockerfile to actually make use of them.
330
330
331
+
#### `with-dependencies` (build only, boolean)
332
+
333
+
If set to true, docker compose will build with the `--with-dependencies` option which will also build dependencies transitively.
0 commit comments