Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Feb 15, 2024
1 parent d28ea1e commit c009579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN sed -i 's|NoExtract = usr/share/man/\* usr/share/info/\*||' /etc/pacman.con

# restore manpages
RUN mkdir -p /usr/share/man
RUN sh -c 'pacman -Qqo /usr/share/man | pacman -Syu --noconfirm -'
RUN pacman -Qqo /usr/share/man > to-reinstall
RUN pacman -Syu --noconfirm < to-reinstall

# install normal packages
RUN pacman -S --noconfirm --needed $(cat /extra-packages)
Expand Down

0 comments on commit c009579

Please sign in to comment.