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 380 forks source link

Add Hadolint GitHub Actions Workflow #266

Closed ucan-lab closed 4 months ago

ucan-lab commented 4 months ago

close #265

Error: infra/docker/php/Dockerfile:19 DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Error: infra/docker/php/Dockerfile:19 DL3009 info: Delete the apt-get lists after installing something