Description
There is a functional discrepancy between the pre-built Docker image and a manual binary build.
Observed Behavior
- Using
ghcr.io image (via Deploy with pre-built containers): The service fails to process or create sticker packs.
- Using manual build (via System Dependencies & Build steps): The binary works perfectly and handles sticker packs as expected.
Potential Cause
Since the manual build works while the Docker image does not, there might be an issue with the CI/CD pipeline or missing system dependencies in the Dockerfile specifically required for sticker processing.
Could you please verify if the Docker environment matches the documented system dependencies?
Description
There is a functional discrepancy between the pre-built Docker image and a manual binary build.
Observed Behavior
ghcr.ioimage (via Deploy with pre-built containers): The service fails to process or create sticker packs.Potential Cause
Since the manual build works while the Docker image does not, there might be an issue with the CI/CD pipeline or missing system dependencies in the
Dockerfilespecifically required for sticker processing.Could you please verify if the Docker environment matches the documented system dependencies?