diff --git a/Dockerfile b/Dockerfile index bf17e26..37b8d21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7976cb7..0dd0a88 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -43,6 +43,7 @@ RUN \ python3-dev \ python3-pip && \ rm -rf \ + /config/.cache \ /root/.cache \ /tmp/* \ /var/lib/apt/lists/* \