]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove submodule docker lines.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Wed, 7 Jul 2021 15:50:13 +0000 (16:50 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Wed, 7 Jul 2021 15:50:13 +0000 (16:50 +0100)
docker/Dockerfile
docker/airplay1/Dockerfile

index 6da101a1227a7ae848f8931c989c75bdab71feed..1203b1c670f1f994c2d07e5bb9fac2a294f9c465 100644 (file)
@@ -68,8 +68,6 @@ WORKDIR /
 WORKDIR /shairport-sync
 COPY . .
 RUN git checkout "$SHAIRPORT_SYNC_BRANCH"
-RUN git submodule init
-RUN git submodule update
 RUN autoreconf -fi
 # RUN ./configure \
 #         --with-alsa \
index 8b21dba350bd805eabd91d15b6751541a944311c..e60fd0b593d5b27adcec82a0caf3d9aac3905c6f 100644 (file)
@@ -44,8 +44,6 @@ COPY --from=builder-alac /usr/local/include /usr/local/include
 WORKDIR shairport-sync
 COPY . .
 RUN git checkout "$SHAIRPORT_SYNC_BRANCH"
-RUN git submodule init
-RUN git submodule update
 RUN autoreconf -fi
 RUN ./configure \
         --with-alsa \