mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
forgot the aarch64 version :p
This commit is contained in:
parent
b84e6a52ef
commit
51dfc41b50
1 changed files with 4 additions and 1 deletions
|
|
@ -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/ /
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue