Skip to content

Commit

Permalink
Reactivate man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes974 committed Oct 18, 2020
1 parent 9d513b6 commit b0308e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM archlinux:latest
COPY ./dotfiles dotfiles

# Install what's needed.
RUN yes | pacman -Syuu; pacman -S --needed --noconfirm - < dotfiles/pkglist.txt && \
RUN sed -i '93d' /etc/pacman.conf && sed -i '98d' /etc/pacman.conf; yes | pacman -Syuu; pacman -S --needed --noconfirm - < dotfiles/pkglist.txt && \
# Manual install of Criterion.
# Can be replace with commented code below, which will install yay if you want to install AUR packages.
# (A bit of an overkill for just Criterion).
Expand Down
1 change: 1 addition & 0 deletions dotfiles/pkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jsoncpp
less
llvm
make
man
man-db
man-pages
neovim
Expand Down

0 comments on commit b0308e3

Please sign in to comment.