update flac2mp3

This commit is contained in:
Youe Graillot 2022-07-16 22:40:16 +02:00
parent 977530ec70
commit 2ef032713b
2 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ ENV PUID=1000
ENV PGID=1000 ENV PGID=1000
# flac2mp3 # flac2mp3
COPY lidarr-flac2mp3/root/usr /usr
RUN apk add --no-cache ffmpeg && \ RUN apk add --no-cache ffmpeg && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY lidarr-flac2mp3/root/usr /usr
# deemix # deemix
COPY --from=deemix /deemix-server /deemix-server COPY --from=deemix /deemix-server /deemix-server

@ -1 +1 @@
Subproject commit 4aa69e7b5dc6c385c3518def7163e7b558978727 Subproject commit 67a4586debc5ca1b9dbf614dd1026b7fc1740e62