mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-25 16:12:35 +03:00
bump php version, install zsh, update readme
This commit is contained in:
@@ -2,7 +2,7 @@ FROM php:7.2.34-alpine
|
||||
|
||||
RUN apk update && apk add --no-cache $PHPIZE_DEPS \
|
||||
&& apk add --no-cache zlib-dev gd-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev \
|
||||
curl gmp-dev librdkafka-dev imap-dev openssl-dev git
|
||||
curl gmp-dev librdkafka-dev imap-dev openssl-dev git zsh
|
||||
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ \
|
||||
--with-jpeg-dir=/usr/include/ \
|
||||
--with-png-dir=/usr/include/ \
|
||||
|
||||
Reference in New Issue
Block a user