Merge pull request #314 into master
All checks were successful
docker-finance / all (push) Successful in 34m38s
All checks were successful
docker-finance / all (push) Successful in 34m38s
38c61a51client: archlinux: re-install system base dependencies (Aaron Fiore)38e8e373client: manifest: archlinux: remove `less` from base (Aaron Fiore)
This commit was merged in pull request #314.
This commit is contained in:
@@ -37,6 +37,16 @@ RUN pacman -Syu --noconfirm --disable-download-timeout
|
|||||||
# NOTE: must be applied here before installing any other packages (that have man pages)
|
# NOTE: must be applied here before installing any other packages (that have man pages)
|
||||||
RUN sed -i '/NoExtract = usr\/share\/man\/\* usr\/share\/info\/\*/d' /etc/pacman.conf
|
RUN sed -i '/NoExtract = usr\/share\/man\/\* usr\/share\/info\/\*/d' /etc/pacman.conf
|
||||||
|
|
||||||
|
# System packages
|
||||||
|
# NOTE: although these are already default-installed in the upstream image,
|
||||||
|
# they're re-installed here in order to capture their respective man pages.
|
||||||
|
RUN pacman -Syu \
|
||||||
|
bash \
|
||||||
|
coreutils \
|
||||||
|
gawk \
|
||||||
|
sed \
|
||||||
|
--noconfirm --disable-download-timeout
|
||||||
|
|
||||||
# Base packages
|
# Base packages
|
||||||
RUN pacman -Syu \
|
RUN pacman -Syu \
|
||||||
bc \
|
bc \
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ container:
|
|||||||
packages:
|
packages:
|
||||||
- "bc"
|
- "bc"
|
||||||
- "csvkit"
|
- "csvkit"
|
||||||
- "less"
|
|
||||||
- "vim"
|
- "vim"
|
||||||
- "xan"
|
- "xan"
|
||||||
- "yq"
|
- "yq"
|
||||||
|
|||||||
Reference in New Issue
Block a user