Update Dockerfile
Docker CI / buildandpush (push) Failing after 13s Details

This commit is contained in:
ciapa 2024-01-04 11:26:12 +00:00
parent b1eb9e63df
commit 7aeb5ec2b3
1 changed files with 1 additions and 2 deletions

View File

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