FROM php:7.3-fpm-alpine RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories RUN docker-php-ext-install pdo_mysql mysqli