forgot the aarch64 version :p

This commit is contained in:
bvanroll 2025-08-12 00:39:42 +02:00
parent b84e6a52ef
commit 51dfc41b50

View file

@ -89,7 +89,8 @@ RUN \
requests \ requests \
requests_oauthlib \ requests_oauthlib \
typing-extensions \ typing-extensions \
unidecode && \ unidecode \
drop2beets && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \ apk del --purge \
@ -104,6 +105,8 @@ ENV BEETSDIR="/config" \
EDITOR="nano" \ EDITOR="nano" \
HOME="/config" HOME="/config"
RUN mkdir /downloads #it doesn't start without this :/
# copy local files # copy local files
COPY root/ / COPY root/ /