Skip to content

Commit

Permalink
Remove Color option and update comment in Arch containerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Connelly <[email protected]>
  • Loading branch information
ac-z committed Sep 13, 2024
1 parent d7e6849 commit 3cfb80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/arch/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ COPY extra-packages /
RUN pacman -Syu --needed --noconfirm - < extra-packages
RUN rm /extra-packages

# Enable man pages, enable progress bars, enable colors, enable up to 15 parallel downloads
RUN sed -i -e 's/NoProgressBar/#NoProgressBar/' -e 's/#Color/Color/' -e 's/NoExtract/#NoExtract/' /etc/pacman.conf
# Enable man pages, enable progress bars
RUN sed -i -e 's/NoProgressBar/#NoProgressBar/' -e 's/NoExtract/#NoExtract/' /etc/pacman.conf

# Force reinstall of packages which have man pages (shouldn't redownload any that were just upgraded)
RUN mkdir -p /usr/share/man && pacman -Qo /usr/share/man | awk '{print $5}' | xargs pacman -S --noconfirm man-db
Expand Down

0 comments on commit 3cfb80d

Please sign in to comment.