install pdo_mysql using docker-php script
All checks were successful
ci/woodpecker/push/build_dev Pipeline was successful
All checks were successful
ci/woodpecker/push/build_dev Pipeline was successful
This commit is contained in:
@@ -22,13 +22,12 @@ RUN apk add --no-cache \
|
|||||||
php-xml \
|
php-xml \
|
||||||
php-intl \
|
php-intl \
|
||||||
php-bcmath \
|
php-bcmath \
|
||||||
php-pdo_mysql \
|
|
||||||
php-exif \
|
php-exif \
|
||||||
php-xmlwriter \
|
php-xmlwriter \
|
||||||
php-tokenizer \
|
php-tokenizer \
|
||||||
composer \
|
composer \
|
||||||
npm \
|
npm \
|
||||||
&& docker-php-ext-install filter \
|
&& docker-php-ext-install filter pdo_mysql \
|
||||||
&& chmod +x /usr/local/bin/start-container
|
&& chmod +x /usr/local/bin/start-container
|
||||||
|
|
||||||
EXPOSE ${WEBSERVER_PORT}
|
EXPOSE ${WEBSERVER_PORT}
|
||||||
|
|||||||
Reference in New Issue
Block a user