Skip to content

Commit

Permalink
Installing missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkappelt committed Jan 12, 2019
1 parent 40ef747 commit a774ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-web-fpm/Dockerfile
Expand Up @@ -9,7 +9,7 @@ WORKDIR /var/www
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update

RUN apt-get install -y zlib1g zlib1g-dev
RUN apt-get install -y zlib1g zlib1g-dev libzip-dev
RUN docker-php-ext-install zip
RUN docker-php-ext-install pdo_mysql

Expand Down
2 changes: 1 addition & 1 deletion docker-web/Dockerfile
Expand Up @@ -26,7 +26,7 @@ RUN a2ensite apache-gbridge
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update

RUN apt-get install -y zlib1g zlib1g-dev
RUN apt-get install -y zlib1g zlib1g-dev libzip-dev
RUN docker-php-ext-install zip
RUN docker-php-ext-install pdo_mysql

Expand Down

0 comments on commit a774ee5

Please sign in to comment.