Skip to content

Commit

Permalink
Add zip to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusValera committed Jun 17, 2020
1 parent 581f90d commit a454621
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 a454621

Please sign in to comment.