From 51dfc41b50c72ea20dc07b3bfc073ce0c45c34c9 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Tue, 12 Aug 2025 00:39:42 +0200 Subject: [PATCH] forgot the aarch64 version :p --- Dockerfile.aarch64 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8ea6829..9b7e349 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -89,7 +89,8 @@ RUN \ requests \ requests_oauthlib \ typing-extensions \ - unidecode && \ + unidecode \ + drop2beets && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ apk del --purge \ @@ -104,6 +105,8 @@ ENV BEETSDIR="/config" \ EDITOR="nano" \ HOME="/config" +RUN mkdir /downloads #it doesn't start without this :/ + # copy local files COPY root/ /