mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 19:42:39 +01:00
Add TODO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user