We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PAGER=cat
1 parent 0b69370 commit 6c1f3eeCopy full SHA for 6c1f3ee
Dockerfile
@@ -13,6 +13,7 @@ FROM wordpress:${WORDPRESS_VERSION}-php${PHP_VERSION}-${FLAVOR} AS base
13
14
COPY --from=wp-cli-source /usr/local/bin/wp /usr/local/bin/wp
15
ENV WP_CLI_ALLOW_ROOT=1
16
+ENV PAGER=cat
17
18
RUN <<EOT
19
set -eux
0 commit comments