build: accept build args for extra packages to install (#3060)

This commit is contained in:
Geoff Bourne
2024-09-07 18:42:43 -05:00
committed by GitHub
parent dd3c7a4b77
commit 222b522bc1
5 changed files with 23 additions and 4 deletions

View File

@@ -26,3 +26,11 @@ or just a plain build
```shell
docker build -t IMG_PREFIX/minecraft-server .
```
## Installing extra packages
The following build args can be set to install additional packages for the respective base image distro:
- `EXTRA_DEB_PACKAGES`
- `EXTRA_DNF_PACKAGES`
- `EXTRA_ALPINE_PACKAGES`