Add missing php7-ldap and php7-exif packages (#150)

This commit is contained in:
mountainsandcode 2021-04-04 19:04:31 +02:00 committed by GitHub
parent e654f4cb81
commit de95d6e1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \