ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 377 forks source link

Package 'libicu-dev' has no installation candidate #229

Closed shahidkarimi closed 1 year ago

shahidkarimi commented 1 year ago

Ubuntu 22.04

Issue: Package 'libicu-dev' has no installation candidate

ucan-lab commented 1 year ago

This template uses Debian instead of Ubuntu. Also, the libicu-dev package is installed here.

https://github.com/ucan-lab/docker-laravel/blob/main/infra/docker/php/Dockerfile#L23

The build doesn't seem to drop even with the latest CI.

https://github.com/ucan-lab/docker-laravel/actions/runs/5570840754

I also verified that libicu-dev is installed.

$ docker compose app bash
$ dpkg --get-selections | grep libicu-dev
libicu-dev:amd64                install

It seems that there is no particular problem, so I will close it. Please re-open if you have any problems.