From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:28:58 +0000 (+0000) Subject: Include the man page and man utilities in the Docker image. X-Git-Tag: 4.1.1~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc4f87a5926fec276de26593fce8bf73b61816c;p=thirdparty%2Fshairport-sync.git Include the man page and man utilities in the Docker image. --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 89308350..5a6bc678 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -83,10 +83,15 @@ RUN apk -U add \ ffmpeg \ libsodium \ libgcrypt \ - libplist + libplist \ + mandoc \ + man-pages \ + less \ + less-doc # Copy build files. COPY --from=builder /shairport-sync/build/install/usr/local/bin/shairport-sync /usr/local/bin/shairport-sync +COPY --from=builder /shairport-sync/build/install/usr/local/share/man/man7 /usr/share/man/man7 COPY --from=builder /usr/local/bin/nqptp /usr/local/bin/nqptp COPY --from=builder /usr/local/lib/libalac.* /usr/local/lib/ COPY --from=builder /shairport-sync/build/install/etc/shairport-sync.conf /etc/ diff --git a/docker/classic/Dockerfile b/docker/classic/Dockerfile index 65ba957d..03baac5e 100644 --- a/docker/classic/Dockerfile +++ b/docker/classic/Dockerfile @@ -62,11 +62,15 @@ RUN apk -U add \ avahi-tools \ libconfig \ mosquitto \ - libsndfile-dev - + libsndfile-dev \ + mandoc \ + man-pages \ + less \ + less-doc # Copy build files. COPY --from=builder /shairport-sync/build/install/usr/local/bin/shairport-sync /usr/local/bin/shairport-sync +COPY --from=builder /shairport-sync/build/install/usr/local/share/man/man7 /usr/share/man/man7 COPY --from=builder /usr/local/lib/libalac.* /usr/local/lib/ COPY --from=builder /shairport-sync/build/install/etc/shairport-sync.conf /etc/ COPY --from=builder /shairport-sync/build/install/etc/shairport-sync.conf.sample /etc/