Added php7-session package to try and fix error

This commit is contained in:
William Miceli
2019-04-30 20:56:33 -04:00
parent 942f8f1dd1
commit 2b97930fad

View File

@@ -14,6 +14,7 @@ RUN apk add --no-cache \
php7-mbstring \
php7-pecl-apcu \
php7-pecl-yaml \
php7-session \
php7-xml \
php7-zip