J0WI
J0WI
See also https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
> Do you have a need for a specific gem outside of mini_racer? - nokogiri: https://github.com/docker-library/redmine/pull/230 - wkhtmltopdf: https://github.com/zakird/wkhtmltopdf_binary_gem/issues/53
The `*-dev` dependencies can be removed afterwards. Adding `libc6-compat` is an anti pattern on Alpine Linux. Binaries should be build with musl-libc. An example can be found here: https://github.com/docker-library/redmine/blob/master/Dockerfile-alpine.template
No further comments so far. How should I proceed with this?
Agreed. But this would result in a whole rewrite of the Dockerfile and break everything. I wanted to start with this part first. If you prefer to do the rewrite...
@djdefi thanks for the hint, all tests are now passing.
> Do you know if that process is documented anywhere? I haven't found any details
closing due https://github.com/nextcloud/docker/pull/1812#issuecomment-1272547147 and https://github.com/docker-library/php/issues/94
closing due https://github.com/nextcloud/docker/pull/1812
I tried to move a simple `echo "*/5 * * * * php -f /var/www/html/cron.php" | busybox crontab -` script to the `cron.sh` entrypoint itself, but unfortunately busybox does not...