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
executor failed running [/bin/sh -c set -xe; mkdir -p ${ONIG_BUILD_DIR}; curl -Ls https://github.com/kkos/oniguruma/releases/download/v${VERSION_ONIG}/onig-${VERSION_ONIG}.tar.gz | tar xzC ${ONIG_BUILD_DIR} --strip-components=1; cd ${ONIG_BUILD_DIR}/; ./configure; make -j $(nproc); make install]: exit code: 2
ERROR: Service 'php8.0' failed to build : Build failed
(By the way, run $ make -f Makefile run command is not possible in Windows OS,
so to run it I took command docker-compose up -d --build nginx mysql5.7 php8.0 from within Makefile file and I ran the command in Windows PowerShell).
OS: windows 10 19043.1766
Docker version 20.10.16, build aa7e414
docker-compose version 1.29.2, build 5becea4c
I would be happy for help and guidance
Thanks
The text was updated successfully, but these errors were encountered:
trying to run application container (with php7.4 and also occour with php8)
and i get an error:
(By the way, run
$ make -f Makefile run
command is not possible in Windows OS,so to run it I took command
docker-compose up -d --build nginx mysql5.7 php8.0
from within Makefile file and I ran the command in Windows PowerShell).I would be happy for help and guidance
Thanks
The text was updated successfully, but these errors were encountered: