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
Trying to deploy NPMP from the script, I ran into this error:
ERROR: Service 'php7' failed to build: The command '/bin/sh -c apk update && apk add --no-cache build-base shadow vim curl php7 php7-fpm php7-common php7-pdo php7-pdo_mysql php7-mysqli php7-mcrypt php7-mbstring php7-xml php7-openssl php7-json php7-phar php7-zip php7-gd php7-dom php7-session php7-zlib' returned a non-zero code: 17
Looking it up online, I ended up on this thread from the PHP container's git and I am concerned over this comment which says that one should not apk add php.
Could you provide instructions to solve the issue and maybe change the way php is deployed considering this comment?
Thanks a lot for your work!
The text was updated successfully, but these errors were encountered:
Trying to deploy NPMP from the script, I ran into this error:
ERROR: Service 'php7' failed to build: The command '/bin/sh -c apk update && apk add --no-cache build-base shadow vim curl php7 php7-fpm php7-common php7-pdo php7-pdo_mysql php7-mysqli php7-mcrypt php7-mbstring php7-xml php7-openssl php7-json php7-phar php7-zip php7-gd php7-dom php7-session php7-zlib' returned a non-zero code: 17
Looking it up online, I ended up on this thread from the PHP container's git and I am concerned over this comment which says that one should not apk add php.
Could you provide instructions to solve the issue and maybe change the way php is deployed considering this comment?
Thanks a lot for your work!
The text was updated successfully, but these errors were encountered: