From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Thu, 20 May 2021 11:11:59 +0000 (+0100) Subject: Test copying SPS directory instead of cloning. X-Git-Tag: 4.1-dev~111^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10aac5e5fca7c7ab78529385763bb7e84ccbbac8;p=thirdparty%2Fshairport-sync.git Test copying SPS directory instead of cloning. --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 1d5030d9..a15abb8b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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