Remove build_version

This commit is contained in:
thespad 2024-05-22 20:07:11 +01:00
parent 993d50f8d7
commit fffbe9c357
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 4 deletions

View File

@ -73,8 +73,7 @@ RUN \
sed -i "s#/var/log/messages {}.*# #g" \
/etc/logrotate.conf && \
sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' \
/etc/periodic/daily/logrotate && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version
/etc/periodic/daily/logrotate
# add local files
COPY root/ /

View File

@ -73,8 +73,7 @@ RUN \
sed -i "s#/var/log/messages {}.*# #g" \
/etc/logrotate.conf && \
sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' \
/etc/periodic/daily/logrotate && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version
/etc/periodic/daily/logrotate
# add local files
COPY root/ /