Skip to content

Commit 6c1f3ee

Browse files
committed
fix: set PAGER=cat
1 parent 0b69370 commit 6c1f3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FROM wordpress:${WORDPRESS_VERSION}-php${PHP_VERSION}-${FLAVOR} AS base
1313

1414
COPY --from=wp-cli-source /usr/local/bin/wp /usr/local/bin/wp
1515
ENV WP_CLI_ALLOW_ROOT=1
16+
ENV PAGER=cat
1617

1718
RUN <<EOT
1819
set -eux

0 commit comments

Comments
 (0)