You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker build will crash because the image php:7.3.5-apache is based on Debian Stretch that is out of support.
Try changing the first line on the Dockerfile to: FROM php:7.3.33-apache or to FROM php:7.3.14-apache (as in the last branch space_shooter_game from @MartinLenord , maybe those changes could be added to master)
When running
docker compose up --build
the build fails on the final stage with the following errors while running thecomposer.phar
.Error
Running this on an M1 chip under rosetta, having added a
platform: linux/amd64
flag to thedocker-compose
file.The text was updated successfully, but these errors were encountered: