Correct OCI path

This commit is contained in:
Neale Pickett 2023-11-29 18:05:01 -07:00
parent 827c941a21
commit b3b8563b02
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Adding Other Packages
Make your own image. Like so:
```Dockerfile
FROM big-builder
FROM git.woozle.org/neale/big-builder
RUN apk --no-cache add nethack
```