We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9969bf5 commit e5e569cCopy full SHA for e5e569c
Dockerfile
@@ -26,7 +26,7 @@ COPY --from=php-extension-installer /usr/bin/install-php-extensions /usr/bin
26
27
RUN <<EOT
28
set -eux
29
- apk add --no-cache bash=~5 git=~2 jq=~1 mariadb-client=~11 msmtp=~1 patch=~2 poppler-utils=~24 unzip=~6 graphicsmagick=~1 sudo=~1 tini=~0
+ apk add --no-cache bash=~5 git=~2 jq=~1 mariadb-client=~11 msmtp=~1 patch=~2 poppler-utils=~25 unzip=~6 graphicsmagick=~1 sudo=~1 tini=~0
30
install-php-extensions ${php_enable_extensions}
31
IPE_DONT_ENABLE=1 install-php-extensions blackfire xdebug
32
adduser -H -D -S -G wheel -u 501 machost
0 commit comments