From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Thu, 20 May 2021 10:49:19 +0000 (+0100) Subject: Moved autoreconf. X-Git-Tag: 4.1-dev~111^2^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca004f7d1efa23e2ba019798e24303b8e62c43f;p=thirdparty%2Fshairport-sync.git Moved autoreconf. --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 1f9f0ca2..1d5030d9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -65,9 +65,9 @@ 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" -RUN autoreconf -fi RUN git submodule init RUN git submodule update +RUN autoreconf -fi # RUN ./configure \ # --with-alsa \ # --with-dummy \