Compare commits

...

2 Commits

Author SHA1 Message Date
ciapa 7aeb5ec2b3 Update Dockerfile
Docker CI / buildandpush (push) Failing after 13s Details
2024-01-04 11:26:12 +00:00
ciapa b1eb9e63df Modernize lidarr 2024-01-04 11:24:18 +00:00
1 changed files with 3 additions and 4 deletions

View File

@ -24,9 +24,9 @@ RUN yarn dist-server
RUN mv /deemix-gui/dist/deemix-server /deemix-server
FROM cr.hotio.dev/hotio/lidarr:pr-plugins-1.4.1.3564
FROM ghcr.io/hotio/lidarr:pr-plugins-2.0.7.3848
LABEL maintainer="youegraillot"
LABEL maintainer="ciapa"
ENV DEEMIX_SINGLE_USER=true
ENV AUTOCONFIG=true
@ -35,8 +35,7 @@ ENV PUID=1000
ENV PGID=1000
# flac2mp3
RUN apk add --no-cache ffmpeg && \
rm -rf /var/lib/apt/lists/*
RUN apk add --no-cache ffmpeg
COPY lidarr-flac2mp3/root/usr /usr
# deemix