Added PHP session extension

migrate-github-actions
Tim de Pater 2019-08-03 14:39:20 +02:00
parent dfb64420b0
commit eb6f75c47d
No known key found for this signature in database
GPG Key ID: BFE5D809439C9723
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
# Install packages
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
php7-mbstring php7-gd nginx supervisor curl
# Configure nginx