mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-12 23:27:59 +01:00
Add TODO
This commit is contained in:
parent
f9ca671ddb
commit
e0e39cf3d3
|
@ -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 \
|
&& docker-php-ext-enable redis apcu imagick \
|
||||||
&& apk del ${APK_BUILD_DEPS} \
|
&& apk del ${APK_BUILD_DEPS} \
|
||||||
&& rm /tmp/* -rf
|
&& rm /tmp/* -rf
|
||||||
|
# TODO: Official WordPress has upgraded imagick to 5.x
|
||||||
|
|
||||||
COPY --from=wordpress-builder /tmp/build/rootfs /
|
COPY --from=wordpress-builder /tmp/build/rootfs /
|
||||||
COPY --from=wordpress:cli-php7.4 /usr/local/bin/wp /usr/local/bin/wp-cli
|
COPY --from=wordpress:cli-php7.4 /usr/local/bin/wp /usr/local/bin/wp-cli
|
||||||
|
|
Loading…
Reference in New Issue
Block a user