]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
chore: cleanup p3
authornipsufn <nipsufn+gh@pm.me>
Sat, 1 Apr 2023 12:05:20 +0000 (14:05 +0200)
committernipsufn <nipsufn+gh@pm.me>
Sat, 1 Apr 2023 12:05:20 +0000 (14:05 +0200)
docker/Dockerfile
docker/etc/s6-overlay/s6-rc.d/04-nqptp/run

index be3cba82ccc47bbe862d06bb6babaffe5ceb0708..3ce13cb06aa7d3347f8ce8a1016bb7cbd4201695 100644 (file)
@@ -40,8 +40,7 @@ WORKDIR /
 ##### ALAC END #####
 
 ##### NQPTP #####
-#RUN git clone https://github.com/mikebrady/nqptp
-RUN git clone https://github.com/nipsufn/nqptp
+RUN git clone https://github.com/mikebrady/nqptp
 WORKDIR /nqptp
 RUN git checkout "$NQPTP_BRANCH"
 RUN autoreconf -i
index 6930a2e1ba3008e19276b2ebd4e24f582f027c20..7ac01716604198dada8db5715171a4c75caafdd7 100644 (file)
@@ -4,4 +4,4 @@ if [ -z ${IPV4ONLY+x} ]; then
     exec /usr/local/bin/nqptp
 else
     exec /usr/local/bin/nqptp -ipv4-only
-fi
\ No newline at end of file
+fi