This commit is contained in:
xZero707 2021-09-23 00:03:50 +02:00
parent f9ca671ddb
commit e0e39cf3d3

View File

@ -34,6 +34,7 @@ RUN apk add --update --no-cache ${APK_WP_CLI_DEPS} ${APK_DEPS} ${APK_BUILD_DEPS}
&& docker-php-ext-enable redis apcu imagick \
&& apk del ${APK_BUILD_DEPS} \
&& rm /tmp/* -rf
# TODO: Official WordPress has upgraded imagick to 5.x
COPY --from=wordpress-builder /tmp/build/rootfs /
COPY --from=wordpress:cli-php7.4 /usr/local/bin/wp /usr/local/bin/wp-cli