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
I am trying to run the adserver using the centos method(for production I'm using redhat8 on aws), I have installed phpmyadmin, mysql, mariadb, with nginx.
I follow all the instructions but when I get to running the containers (docker-compose up -d nginx mariadb) it gives a error:
"The command '/bin/sh -c set -xe; apt-get update -yqq && pecl channel-update pecl.php.net && apt-get install -yqq apt-utils libzip-dev zip unzip && docker-php-ext-configure zip --with-libzip && docker-php-ext-install zip && php -m | grep -q 'zip'' returned a non-zero code: 100 "
I'm not sure what i am doing wrong and if there any other way of building it?
Thank You
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run the adserver using the centos method(for production I'm using redhat8 on aws), I have installed phpmyadmin, mysql, mariadb, with nginx.
I follow all the instructions but when I get to running the containers (docker-compose up -d nginx mariadb) it gives a error:
"The command '/bin/sh -c set -xe; apt-get update -yqq && pecl channel-update pecl.php.net && apt-get install -yqq apt-utils libzip-dev zip unzip && docker-php-ext-configure zip --with-libzip && docker-php-ext-install zip && php -m | grep -q 'zip'' returned a non-zero code: 100 "
I'm not sure what i am doing wrong and if there any other way of building it?
Thank You
The text was updated successfully, but these errors were encountered: