soulteary / docker-cronicle

Best Cron Docker Self-Hosted, Simple, lightweight, beautiful webui Cronjob / Scheduled task docker solution.
https://soulteary.com/2022/11/17/use-docker-and-traefik-to-build-a-lightweight-and-beautiful-scheduled-task-tool.html
MIT License
224 stars 29 forks source link

0.9.2存在问题,需要安装ps #1

Closed deadash closed 2 years ago

deadash commented 2 years ago

如题,使用0.9.2会报错

在 docker 里面 添加 RUN apk add --no-cache procps 就可以解决了。

soulteary commented 2 years ago

你好👋,我刚刚审查了下 https://github.com/jhuckaby/Cronicle/commits/master 最近的代码。

发现作者并未进行任何有效修改,仅仅是变更了部分依赖版本和替换了 mkdirp 实现,以及重申项目当前状态不接受 PR,同作为用户,我不建议进行升级。 @deadash