Skip to content

Commit

Permalink
Added PHP session extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Aug 3, 2019
1 parent dfb6442 commit eb6f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb6f75c

Please sign in to comment.