We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb6442 commit eb6f75cCopy full SHA for eb6f75c
Dockerfile
@@ -4,7 +4,7 @@ LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
4
5
# Install packages
6
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 \
+ php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
8
php7-mbstring php7-gd nginx supervisor curl
9
10
# Configure nginx
0 commit comments