]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Test copying SPS directory instead of cloning.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 20 May 2021 11:11:59 +0000 (12:11 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 20 May 2021 11:11:59 +0000 (12:11 +0100)
docker/Dockerfile

index 1d5030d97e4bf01d785b8ec68c50a2f18ef5460b..a15abb8b0ee436971d754d9179ed651f6efdc561 100644 (file)
@@ -62,9 +62,8 @@ RUN make
 RUN make install
 WORKDIR /
 
-RUN --mount=type=ssh,id=github git clone git@github.com:aillwee/shairport-sync.git
 WORKDIR /shairport-sync
-RUN git checkout "$SHAIRPORT_SYNC_BRANCH"
+COPY . .
 RUN git submodule init
 RUN git submodule update
 RUN autoreconf -fi