]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
in the docker build process, skip the make install for nqptp and take the binary...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 11 Sep 2023 16:46:00 +0000 (17:46 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 11 Sep 2023 16:46:00 +0000 (17:46 +0100)
docker/Dockerfile

index 1dc34141db9a65250461447cb87e0ace344ed156..da8688ed302144e9813821968f7820bd56993202 100644 (file)
@@ -46,7 +46,6 @@ RUN git checkout "$NQPTP_BRANCH"
 RUN autoreconf -i
 RUN ./configure
 RUN make
-RUN make install
 WORKDIR /
 ##### NQPTP END #####
 
@@ -97,7 +96,7 @@ RUN apk -U add \
 # 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 /nqptp/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/
 COPY --from=builder /shairport-sync/build/install/etc/shairport-sync.conf.sample /etc/