mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 14:09:43 -08:00
Merge pull request #9858 from dampfklon/fix-dockerfile-v6
Add new php extension dependencies for v6
This commit is contained in:
commit
5f077cc33a
|
@ -25,6 +25,8 @@ RUN apk add --no-cache \
|
||||||
php7-session \
|
php7-session \
|
||||||
php7-dom \
|
php7-dom \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
|
php7-xmlreader \
|
||||||
|
php7-sodium \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
vim \
|
vim \
|
||||||
|
|
Loading…
Reference in a new issue