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 0ee318a commit 3720c0fCopy full SHA for 3720c0f
2 files changed
Dockerfile
@@ -47,6 +47,7 @@ RUN \
47
pip \
48
wheel && \
49
pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ -r requirements.txt && \
50
+ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
51
echo "**** cleanup ****" && \
52
apt-get -y purge \
53
build-essential \
Dockerfile.aarch64
0 commit comments