Update develop/develop-images/build_enhancements.md

Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
This commit is contained in:
Sebastiaan van Stijn 2018-11-27 19:18:35 -07:00 committed by GitHub
parent dc768f6ec1
commit 4e4398d158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 .
```