]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Moved autoreconf.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 20 May 2021 10:49:19 +0000 (11:49 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 20 May 2021 10:49:19 +0000 (11:49 +0100)
docker/Dockerfile

index 1f9f0ca2d435647146e8be3ea1f88f2a05496d7c..1d5030d97e4bf01d785b8ec68c50a2f18ef5460b 100644 (file)
@@ -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 \