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.
2 parents aa551a9 + 5d26aff commit ab0e1cbCopy full SHA for ab0e1cb
Dockerfile
@@ -166,7 +166,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
166
--with-png-dir=/usr/include/ \
167
--with-jpeg-dir=/usr/include/ && \
168
#curl iconv session
169
- docker-php-ext-install pdo_mysql mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
+ docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
170
docker-php-source delete && \
171
mkdir -p /etc/nginx && \
172
mkdir -p /var/www/app && \
0 commit comments