Skip to content

Commit

Permalink
Merge pull request #9 from php-application-starter/add_php
Browse files Browse the repository at this point in the history
add zip
  • Loading branch information
lionelkouame authored Apr 24, 2021
2 parents e74a3cf + caad9a8 commit 4a465e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ RUN set -xe \
RUN apk add --no-cache libpng libpng-dev && docker-php-ext-install gd && apk del libpng-dev
RUN docker-php-ext-install pdo pdo_mysql opcache


WORKDIR /var/www/html

RUN chown www-data:www-data .
RUN apk update \
&& apk add zip

RUN apk update && apk upgrade
RUN apk add php7-zip


EXPOSE 9000

Expand Down

0 comments on commit 4a465e6

Please sign in to comment.