Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
docker requires zip
Browse files Browse the repository at this point in the history
  • Loading branch information
DakuTree committed Aug 8, 2018
1 parent 34fe3a8 commit a250692
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .docker/web.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ WORKDIR /app
RUN apt-get update --quiet
RUN apt-get install --quiet --yes --no-install-recommends \
git \
zlib1g-dev
libzip-dev \
zip \
unzip

RUN docker-php-ext-configure zip --with-libzip
RUN docker-php-ext-install \
pdo \
pdo_mysql \
Expand All @@ -20,7 +23,7 @@ RUN composer global require hirak/prestissimo

COPY composer.json /app
COPY composer.lock /app
RUN composer install --no-interaction --no-scripts
RUN composer install --no-interaction --no-scripts --no-suggest

COPY . /app

Expand Down

0 comments on commit a250692

Please sign in to comment.