Remove build_version

This commit is contained in:
thespad 2024-05-22 20:07:10 +01:00
parent 458334e3c1
commit cb6b200afc
No known key found for this signature in database
GPG key ID: 08F06191F4587860
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@ RUN \
/config \
/defaults \
/lsiopy && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

View file

@ -92,7 +92,6 @@ RUN \
/config \
/defaults \
/lsiopy && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*