mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -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-dom \
|
||||
php7-xmlwriter \
|
||||
php7-xmlreader \
|
||||
php7-sodium \
|
||||
curl \
|
||||
wget \
|
||||
vim \
|
||||
|
|
Loading…
Reference in a new issue