Skip to content

Commit b150da7

Browse files
authored
Merge pull request swiftlang#25 from tachoknight/main
Changed container image creation command
2 parents da3838b + 0bb7d18 commit b150da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Linux/Fedora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and running the container.
2323
### Preparing the Container Image
2424
**Note**: These instructions assume you have either Docker or `podman` with
2525
`podman-docker` and `podman-compose` installed.
26-
1. Run `docker build -f ./Dockerfile -t swift-builder:5.5` This will create
26+
1. Run `docker build -t swift-builder:5.5 .` This will create
2727
a new image with the name `swift-builder` and the tag `5.5`. Note that if
2828
using Docker, it may be necessary to prepend the command with `sudo`.
2929
2. Run `docker run -d -v$PWD:/out:Z swift-builder:5.5` The container will be

0 commit comments

Comments
 (0)