Mathijs

Results 4 comments of Mathijs

Yes, please give prio to this issue / update!

Unfortunate there is (still) no updated package available for Debian Buster https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=exim4-daemon-light Buster (stable) is still at 4.92-8+deb10u6

I am running into this same issue with the `php:7.4-cli-alpine3.12` base image. It uses ``` $ php -v PHP 7.4.14 (cli) (built: Jan 7 2021 17:42:00) ( NTS ) Copyright...

> Hi @toaomatis > > Just add this to an appropriate place in your Dockerfile: > > ``` > RUN apk update && apk add unzip > ``` > >...