We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c4929 commit bf4ee69Copy full SHA for bf4ee69
Dockerfile-alpine.template
@@ -41,6 +41,8 @@ RUN set -ex; \
41
pcre-dev \
42
postgresql-dev \
43
; \
44
+ # Install diffutils to address diff dependencies issue
45
+ apk add --no-cache diffutils; \
46
\
47
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
48
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
0 commit comments