This commit is contained in:
Neale Pickett 2023-10-27 23:06:52 -06:00
parent 54256d4bba
commit b07124f63d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Make your own image. Like so:
```Dockerfile ```Dockerfile
FROM big-builder FROM big-builder
RUN apk --no-cache add nethack RUN apk --no-cache add nethack
`` ```
Even better, steal this one's Dockerfile and add stuff to it. Even better, steal this one's Dockerfile and add stuff to it.
You shouldn't trust my image to be malware-free. You shouldn't trust my image to be malware-free.