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

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