Skip to content

Commit

Permalink
added unminimize back
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Feb 15, 2024
1 parent 78f6832 commit 7c1288e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7c1288e

Please sign in to comment.