diff --git a/Dockerfile b/Dockerfile index 4ba0699..2214e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,10 +139,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ libx264-164 \ libx265-199 \ libxml2 \ - # Remove bloat packages not needed for headless BlueOS - && apt-get purge -y --auto-remove adwaita-icon-theme libflite1 librsvg2-2 \ - && rm -rf /usr/share/icons /usr/share/themes \ - # Clean up apt && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && ln -sf /usr/bin/vim.tiny /usr/bin/vim