mirror of https://github.com/docker/docs.git
Update develop/develop-images/build_enhancements.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
This commit is contained in:
parent
837beda76b
commit
dc768f6ec1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue