Skip to content

Commit

Permalink
fix: upgrade php 7.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
2898117012 committed Jul 5, 2020
1 parent 5a629ff commit 533e37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.4.5-apache
FROM php:7.4.7-apache

RUN apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev \
&& pecl install mcrypt-1.0.3 redis xdebug-2.5.0 \
&& pecl install mcrypt-1.0.3 redis xdebug \
&& docker-php-ext-enable mcrypt redis \
&& docker-php-ext-install -j$(nproc) iconv && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd mysqli pdo_mysql \
Expand Down

0 comments on commit 533e37c

Please sign in to comment.