From e0e39cf3d36025b2630305779366fd88f47dea0d Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 23 Sep 2021 00:03:50 +0200 Subject: [PATCH] Add TODO --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ce8e1f6..1b2d447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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