We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085e61b commit 2b8a74dCopy full SHA for 2b8a74d
Dockerfile
@@ -33,6 +33,7 @@ RUN \
33
/etc/logrotate.conf && \
34
sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' \
35
/etc/periodic/daily/logrotate && \
36
+ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
37
echo "**** cleanup ****" && \
38
rm -rf \
39
/tmp/* \
Dockerfile.aarch64
0 commit comments