Skip to content

Commit eb6f75c

Browse files
committed
Added PHP session extension
1 parent dfb6442 commit eb6f75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
44

55
# Install packages
66
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
7-
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
7+
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
88
php7-mbstring php7-gd nginx supervisor curl
99

1010
# Configure nginx

0 commit comments

Comments
 (0)