Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Feb 15, 2024
1 parent c009579 commit ad89fea
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 @@ -19,7 +19,7 @@ RUN sed -i 's|NoExtract = usr/share/man/\* usr/share/info/\*||' /etc/pacman.con
# restore manpages
RUN mkdir -p /usr/share/man
RUN pacman -Qqo /usr/share/man > to-reinstall
RUN pacman -Syu --noconfirm < to-reinstall
RUN pacman -Syu --noconfirm - < to-reinstall

# install normal packages
RUN pacman -S --noconfirm --needed $(cat /extra-packages)
Expand Down Expand Up @@ -56,3 +56,4 @@ RUN userdel -r build && \
rm -rf \
/tmp/* \
/var/cache/pacman/pkg/*
/to-reinstall

0 comments on commit ad89fea

Please sign in to comment.