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-intl \
|
||||
php-bcmath \
|
||||
php-pdo_mysql \
|
||||
php-exif \
|
||||
php-xmlwriter \
|
||||
php-tokenizer \
|
||||
composer \
|
||||
npm \
|
||||
&& docker-php-ext-install filter \
|
||||
&& docker-php-ext-install filter pdo_mysql \
|
||||
&& chmod +x /usr/local/bin/start-container
|
||||
|
||||
EXPOSE ${WEBSERVER_PORT}
|
||||
|
||||
Reference in New Issue
Block a user