piwik: add missing pdo ext

This commit is contained in:
Wonderfall 2017-03-26 04:31:44 +02:00
parent 4980a34ab0
commit 569ed101fe
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33

View File

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