mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Only remove /var/lib/apt/lists/*
This commit is contained in:
parent
11fde02035
commit
dd929d796f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apt-get update \
|
|||
libfontconfig1 \
|
||||
&& apt-get clean autoclean \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log} \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir -p /cache /config /media \
|
||||
&& chmod 777 /cache /config /media
|
||||
COPY --from=ffmpeg / /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue