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_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/ /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue