Skip to content

Commit 51dfc41

Browse files
committed
forgot the aarch64 version :p
1 parent b84e6a5 commit 51dfc41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile.aarch64

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ RUN \
8989
requests \
9090
requests_oauthlib \
9191
typing-extensions \
92-
unidecode && \
92+
unidecode \
93+
drop2beets && \
9394
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
9495
echo "**** cleanup ****" && \
9596
apk del --purge \
@@ -104,6 +105,8 @@ ENV BEETSDIR="/config" \
104105
EDITOR="nano" \
105106
HOME="/config"
106107

108+
RUN mkdir /downloads #it doesn't start without this :/
109+
107110
# copy local files
108111
COPY root/ /
109112

0 commit comments

Comments
 (0)