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:24 -07:00 committed by GitHub
parent 837beda76b
commit dc768f6ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ To request SSH access for a `RUN` command in the `Dockerfile`, define a mount wi
Here is an example Dockerfile using SSH in the container:
```
```Dockerfile
# syntax=docker/dockerfile:experimental
FROM alpine