mirror of
https://github.com/linuxserver/docker-kdenlive.git
synced 2026-02-05 12:48:14 +08:00
clean up cache dir and do not install redundant drivers
This commit is contained in:
parent
2bd27b09dc
commit
61a70ac54c
@ -18,7 +18,6 @@ RUN \
|
||||
apt-get install --no-install-recommends -y \
|
||||
frei0r-plugins \
|
||||
i965-va-driver \
|
||||
intel-media-va-driver \
|
||||
kdenlive \
|
||||
mediainfo \
|
||||
python3 \
|
||||
@ -40,6 +39,7 @@ RUN \
|
||||
apt-get purge --auto-remove -y \
|
||||
python3-pip && \
|
||||
rm -rf \
|
||||
/config/.cache \
|
||||
/root/.cache \
|
||||
/tmp/* \
|
||||
/var/lib/apt/lists/* \
|
||||
|
||||
@ -43,6 +43,7 @@ RUN \
|
||||
python3-dev \
|
||||
python3-pip && \
|
||||
rm -rf \
|
||||
/config/.cache \
|
||||
/root/.cache \
|
||||
/tmp/* \
|
||||
/var/lib/apt/lists/* \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user