Skip to content

Commit 8247123

Browse files
dkleinF5y82
andcommitted
Update content/includes/waf/install-build-image.md
Co-authored-by: yar <y82@users.noreply.github.com>
1 parent 5f54bf9 commit 8247123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/waf/install-build-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ podman build --no-cache --secret id=nginx-crt,src=nginx-repo.crt --secret id=ngi
2727
```
2828

2929
#### Building an image with NGINX Open Source
30-
To build an image for NGINX Open Source, use the following command that are not RHEL-based, replacing `<your-image-name>` as appropriate:
30+
To build an image for NGINX Open Source, use the following command that is not RHEL-based, replacing `<your-image-name>` as appropriate:
3131

3232
```shell
3333
sudo docker build --no-cache --platform linux/amd64 --secret id=nginx-crt,src=nginx-repo.crt --secret id=nginx-key,src=nginx-repo.key -t <your-image-name> .

0 commit comments

Comments
 (0)