diff --git a/develop/develop-images/build_enhancements.md b/develop/develop-images/build_enhancements.md index 17a338cd0c..692228a9af 100644 --- a/develop/develop-images/build_enhancements.md +++ b/develop/develop-images/build_enhancements.md @@ -191,6 +191,6 @@ RUN --mount=type=ssh git clone git@github.com:myorg/myproject.git myproject Once the `Dockerfile` is created, use the `--ssh` option for connectivity with the SSH agent. -``` +```bash $ docker build --ssh default . ```