Skip to content

Commit

Permalink
Add COPY --from=tianon/gosu to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 20, 2024
1 parent f0ea85b commit 2176ec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ RUN set -eux; \
gosu --version; \
gosu nobody true
```

## Others / Lazy Method

```dockerfile
COPY --from=tianon/gosu /gosu /usr/local/bin/
```

0 comments on commit 2176ec2

Please sign in to comment.