piwik: fix pdo_mysql extension

This commit is contained in:
Wonderfall 2017-03-26 04:07:16 +02:00
parent 35631c8af3
commit c0f35d318d
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33

View File

@ -34,6 +34,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7-dom@testing \ php7-dom@testing \
php7-openssl@testing \ php7-openssl@testing \
php7-mysqli@testing \ php7-mysqli@testing \
php7-mysqlnd@testing \
php7-pdo_mysql@testing \ php7-pdo_mysql@testing \
php7-dev@testing \ php7-dev@testing \
php7-pear@testing \ php7-pear@testing \