parent
95c4929210
commit
bf4ee693f4
@ -41,6 +41,8 @@ RUN set -ex; \
|
||||
pcre-dev \
|
||||
postgresql-dev \
|
||||
; \
|
||||
# Install diffutils to address diff dependencies issue
|
||||
apk add --no-cache diffutils; \
|
||||
\
|
||||
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user