xdebug cannot be installed because the base image has been updated to php8. #155
Labels
bug
Something isn't working
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Milestone
Describe the bug
When updating /etc/php/7.4/apache2/php.ini in the directory used for xdebug configuration, the /etc/php/7.4 directory can no longer be found. The reason for this is the update of the Gitpod base image to PHP 8.
gitpod-laravel-starter/.gitpod.Dockerfile
Line 26 in a26165e
Screenshots
Steps to reproduce
After adapting the .gitpod.Dockerfile to your own needs, e.g. updating the root CAs, GitPod cannot build a working Docker image.
If you leave the .gitpod.Dockerfile unchanged, the existing Docker image can be successfully loaded from the GitPod registry.
Expected behavior
Additional information
The text was updated successfully, but these errors were encountered: