diff --git a/Dockerfile b/Dockerfile index 5612e8f..aa1669b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,9 @@ EXPOSE 443 # Unset user USER root +# Unminimize system (for manpages) +RUN yes | unminimize + # Install packages RUN apt update && \ apt install --no-install-recommends --no-install-suggests --yes \