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/ /