Skip to content

Commit e314a6c

Browse files
Revert fb5fb6a
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent fb5fb6a commit e314a6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
139139
libx264-164 \
140140
libx265-199 \
141141
libxml2 \
142-
# Remove bloat packages not needed for headless BlueOS
143-
&& apt-get purge -y --auto-remove adwaita-icon-theme libflite1 librsvg2-2 \
144-
&& rm -rf /usr/share/icons /usr/share/themes \
145-
# Clean up apt
146142
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
147143
&& ln -sf /usr/bin/vim.tiny /usr/bin/vim
148144

0 commit comments

Comments
 (0)