Skip to content

Commit be8f28d

Browse files
committed
Remove obsolete version fetch
1 parent 0c1cc0d commit be8f28d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ RUN \
2626
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727
piper-tts \
2828
"wyoming-piper==${PIPER_VERSION}" && \
29-
if [ -z ${PIPER_BIN_VERSION+x} ]; then \
30-
PIPER_BIN_VERSION=$(curl -sL "https://api.github.com/repos/OHF-Voice/piper1-gpl/releases/latest" \
31-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
32-
fi && \
3329
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
3430
echo "**** cleanup ****" && \
3531
rm -rf \

Dockerfile.aarch64

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ RUN \
2626
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727
piper-tts \
2828
"wyoming-piper==${PIPER_VERSION}" && \
29-
if [ -z ${PIPER_BIN_VERSION+x} ]; then \
30-
PIPER_BIN_VERSION=$(curl -sL "https://api.github.com/repos/OHF-Voice/piper1-gpl/releases/latest" \
31-
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
32-
fi && \
3329
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
3430
echo "**** cleanup ****" && \
3531
rm -rf \

0 commit comments

Comments
 (0)