Safran / RoPA

Version web du registre des activités de traitement à installer sur un serveur. | Web version of the record of processing activities to install on a server.
GNU General Public License v3.0
32 stars 12 forks source link

Add missing libzip dependency for PHP #4

Closed wbraik closed 5 years ago

wbraik commented 5 years ago

docker-compose up fails with the following error :

configure: error: Please reinstall the libzip distribution

I solved this by adding the libzip-dev package to apt-get install in the Dockerfile :

RUN apt-get update \
    && apt-get install -y \
    libzip-dev \
        unzip \
        gnupg \
        zlib1g-dev \
        libpng-dev \
        libxml2-dev \
        libldap2-dev \
SafranCode commented 5 years ago

Thank you for your comment. We have accepted a commit from kharrah solving this issue.