forked from EvergreenCrypto/docker-finance
Merge pull request #313 into master
7d5050abclient: manifest: archlinux: add man-db package (Aaron Fiore)48505366client: archlinux: add man page support to base image (Aaron Fiore)
This commit is contained in:
@@ -33,6 +33,11 @@ COPY --from=hledger-suite /usr/local/bin/hledger-flow /usr/local/bin/hledger-flo
|
|||||||
|
|
||||||
RUN pacman -Syu --noconfirm --disable-download-timeout
|
RUN pacman -Syu --noconfirm --disable-download-timeout
|
||||||
|
|
||||||
|
# Apply man page support, as it's unsupported in upstream image (by default)
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Base packages
|
||||||
RUN pacman -Syu \
|
RUN pacman -Syu \
|
||||||
bc \
|
bc \
|
||||||
csvkit \
|
csvkit \
|
||||||
@@ -48,6 +53,7 @@ RUN pacman -Syu \
|
|||||||
RUN pacman -Syu \
|
RUN pacman -Syu \
|
||||||
calc \
|
calc \
|
||||||
less \
|
less \
|
||||||
|
man-db \
|
||||||
--noconfirm --disable-download-timeout
|
--noconfirm --disable-download-timeout
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ container:
|
|||||||
packages:
|
packages:
|
||||||
- "calc"
|
- "calc"
|
||||||
- "less"
|
- "less"
|
||||||
|
- "man-db"
|
||||||
commands:
|
commands:
|
||||||
fetch:
|
fetch:
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user