clean up cache dir and do not install redundant drivers

This commit is contained in:
thelamer 2023-03-28 20:10:52 -07:00
parent 2bd27b09dc
commit 61a70ac54c
2 changed files with 2 additions and 1 deletions

View File

@ -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/* \

View File

@ -43,6 +43,7 @@ RUN \
python3-dev \
python3-pip && \
rm -rf \
/config/.cache \
/root/.cache \
/tmp/* \
/var/lib/apt/lists/* \