gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
449 stars 38 forks source link

Alpine compatibility of binary #91

Open swarnat opened 6 months ago

swarnat commented 6 months ago

I had the problem to run the binary within alpine based containers as also mentioned in #66. Because also the gcompat package does not solve that for me, I created a second Dockerfile for alpine and also add a "all-alpine" make command.

To create a alpine compatible binary, which is not working in debian based containers, run make all-alpine within pyinstaller folder.

Maybe the binary can also added to releases.

bdovaz commented 2 days ago

@gjcarneiro ping!

I am using a Docker image from alpine and would like to use the binary directly without having to install python on the image itself to install yacron.