Merge branch 'hotfix/0.4.2' into develop

develop
naicoi 2023-04-14 01:38:19 +07:00
commit 712a56ea81
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM wordpress:php${version}-fpm-alpine
ARG version=7.4
ENV updraft_version=1.23.3
RUN echo "image: wordpress[$version]:php${version}-fpm-alpine"
RUN apk add curl
RUN apk add --update libzip-dev curl-dev
RUN docker-php-ext-install pdo pdo_mysql curl
COPY docker-user.ini /usr/local/etc/php/conf.d
RUN cd /usr/src/wordpress/wp-content/plugins