We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da3838b + 0bb7d18 commit b150da7Copy full SHA for b150da7
platforms/Linux/Fedora/README.md
@@ -23,7 +23,7 @@ and running the container.
23
### Preparing the Container Image
24
**Note**: These instructions assume you have either Docker or `podman` with
25
`podman-docker` and `podman-compose` installed.
26
-1. Run `docker build -f ./Dockerfile -t swift-builder:5.5` This will create
+1. Run `docker build -t swift-builder:5.5 .` This will create
27
a new image with the name `swift-builder` and the tag `5.5`. Note that if
28
using Docker, it may be necessary to prepend the command with `sudo`.
29
2. Run `docker run -d -v$PWD:/out:Z swift-builder:5.5` The container will be
0 commit comments