Closed gaaat98 closed 2 months ago
I removed webp since it added 200-300 MB to the image size. Please use an older image tag until I figure if/how I want to support that package. You're also welcome to build your own image that adds that package.
This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.
With #3060 added ability to customize image build with extra packages https://docker-minecraft-server.readthedocs.io/en/latest/misc/contributing/building/#installing-extra-packages
Describe the problem
In theory #2066 should have added the webp packages used by Dynmap for generating webp tiles, however it appears that for some reason the packages are not installed on the images downloaded via
docker pull itzg/minecraft-server
After running the container, if I executesudo docker exec -it mc webp
the result isOCI runtime exec failed: exec failed: unable to start container process: exec: "webp": executable file not found in $PATH: unknown
.I tested this both on Unraid and Windows 11+WSL, am I doing something wrong?
Container definition
Container logs