Merge pull request #9858 from dampfklon/fix-dockerfile-v6

Add new php extension dependencies for v6
This commit is contained in:
snipe 2021-07-27 14:32:23 -07:00 committed by GitHub
commit 5f077cc33a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,8 @@ RUN apk add --no-cache \
php7-session \
php7-dom \
php7-xmlwriter \
php7-xmlreader \
php7-sodium \
curl \
wget \
vim \