Skip to content

Commit

Permalink
Merge pull request #12 from Chemaclass/dockerfile-zip-ext
Browse files Browse the repository at this point in the history
Add zip to dockerfile
  • Loading branch information
Chemaclass committed Sep 7, 2020
2 parents 6d72095 + a454621 commit 7d0057e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops/dev/php.dockerfile
@@ -1,7 +1,7 @@
FROM php:7.4-fpm
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y git
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git zip
RUN pecl install -o -f xdebug \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable xdebug
Expand Down

0 comments on commit 7d0057e

Please sign in to comment.