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 b84e6a5 commit 51dfc41Copy full SHA for 51dfc41
1 file changed
Dockerfile.aarch64
@@ -89,7 +89,8 @@ RUN \
89
requests \
90
requests_oauthlib \
91
typing-extensions \
92
- unidecode && \
+ unidecode \
93
+ drop2beets && \
94
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
95
echo "**** cleanup ****" && \
96
apk del --purge \
@@ -104,6 +105,8 @@ ENV BEETSDIR="/config" \
104
105
EDITOR="nano" \
106
HOME="/config"
107
108
+RUN mkdir /downloads #it doesn't start without this :/
109
+
110
# copy local files
111
COPY root/ /
112
0 commit comments