Installation fails
Closed this issue · 1 comments
yusmpgroup commented
I am trying to install Sylius and follow official documentation https://docs.sylius.com/en/1.12/book/installation/installation_with_docker.html
Steps to reproduce:
git clone git@github.com:Sylius/Sylius-Standard.git your_project_name
cd your_project_name
docker-compose up -d
Ubuntu 20.04, Docker version 19.03.12
#0 62.14 creating libtool
#0 62.16 appending configuration tag "CXX" to libtool
#0 62.20 configure: patching config.h.in
#0 62.20 configure: creating ./config.status
#0 62.22 config.status: creating config.h
#0 62.24 running: make -j6
#0 62.25 /bin/sh /tmp/pear/temp/pear-build-defaultuserNGDojd/apcu-5.1.22/libtool --mode=compile cc -I. -I/tmp/pear/temp/apcu -I/tmp/pear/temp/pear-build-defaultuserNGDojd/apcu-5.1.22/include -I/tmp/pear/temp/pear-build-defaultuserNGDojd/apcu-5.1.22/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -Wextra -Wno-unused-parameter -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/apcu/apc.c -o apc.lo -MMD -MF apc.dep -MT apc.lo
#0 62.25 make: /bin/sh: Operation not permitted
#0 62.25 make: *** [Makefile:210: apc.lo] Error 127
#0 62.25 ERROR: `make -j6' failed
------
failed to solve: failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c install-php-extensions apcu exif gd intl pdo_mysql opcache zip]: runc did not terminate sucessfully
yusmpgroup commented
Ok they issue was with alpine and docker lower than 20, for anyone who will run into same problem, simply update Docker