mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
Add missing php7-ldap and php7-exif packages (#150)
This commit is contained in:
parent
e654f4cb81
commit
de95d6e1f5
1 changed files with 2 additions and 0 deletions
|
@ -10,9 +10,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.18.0-r13 \
|
||||
php7-exif=7.4.15-r0 \
|
||||
php7-fpm=7.4.15-r0 \
|
||||
php7-gd=7.4.15-r0 \
|
||||
php7-json=7.4.15-r0 \
|
||||
php7-ldap=7.4.15-r0 \
|
||||
php7-mbstring=7.4.15-r0 \
|
||||
php7-opcache=7.4.15-r0 \
|
||||
php7-pdo_sqlite=7.4.15-r0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue