From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Thu, 20 May 2021 11:22:23 +0000 (+0100) Subject: Add information about git branch. X-Git-Tag: 4.1-dev~111^2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8fcbe7c8cfde484370a180a5a0a50d6e70b6df;p=thirdparty%2Fshairport-sync.git Add information about git branch. --- diff --git a/docker/Dockerfile b/docker/Dockerfile index a15abb8b..723b7f8c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -64,6 +64,7 @@ WORKDIR / WORKDIR /shairport-sync COPY . . +RUN git status RUN git submodule init RUN git submodule update RUN autoreconf -fi