Es fing damit an, daß nach dem jüngsten update wollte mein docker-compose nicht mehr:
Code: Alles auswählen
kwargs_from_env() got an unexpected keyword argument 'ssl_version' in GitLab
Code: Alles auswählen
docker-php-ext-configure intl
Code: Alles auswählen
3.481 checking host system type... Invalid configuration `intl': machine `intl-unknown' not recognized
3.487 configure: error: /bin/bash build/config.sub intl failed
Code: Alles auswählen
sudo apt install php7.4-intl
[.....]
The following packages have unmet dependencies:
php7.4-intl : Depends: libicu67 (>= 67.1-1~) but it is not installable
E: Unable to correct problems, you have held broken packages.
Code: Alles auswählen
sudo apt install libicu-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libicu-dev is already the newest version (72.1-5).