diff --git a/postgres/build/Dockerfile b/postgres/build/Dockerfile index 62631ed..88a71ef 100644 --- a/postgres/build/Dockerfile +++ b/postgres/build/Dockerfile @@ -39,3 +39,11 @@ RUN apk add /tmp/mbuffer-2018*.apk --allow-untrusted RUN apk add gzip RUN ln -sf /usr/bin/mbuffer /usr/bin/buffer + + +## +## Install less capability +## + +RUN apk add less && \ + echo "\setenv PAGER 'less -SFX'" >> /var/lib/postgresql/.psqlrc \ No newline at end of file