gitflow-hotfix-stash: 0.4.1

develop
naicoi 2023-04-14 01:35:32 +07:00
parent 36347956c9
commit 257f887bc2
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +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 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