Skip to content

Commit

Permalink
feat: enable man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
salzig committed Sep 28, 2024
1 parent 4689361 commit a3b3c1a
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 @@ -5,6 +5,9 @@ ARG defaultpassword=love
ARG hostname=rubynrails

RUN apt-get update
RUN rm /etc/dpkg/dpkg.cfg.d/excludes
RUN apt-get install -y man-db manpages manpages-dev manpages-posix manpages-posix-dev
RUN mv /usr/bin/man.REAL /usr/bin/man
RUN apt-get install -y curl git sudo vim nano htop
RUN apt clean
RUN adduser $defaultuser
Expand Down

0 comments on commit a3b3c1a

Please sign in to comment.