Add missing xdg-utils package

This is required for better directory management when installing applications. We need its tools for installing icons etc.
This commit is contained in:
Josh.5
2023-09-04 16:48:59 +12:00
parent c3480448ff
commit 3faf8df134

View File

@@ -266,11 +266,12 @@ RUN \
&& \ && \
echo "**** Install desktop environment ****" \ echo "**** Install desktop environment ****" \
&& apt-get install -y \ && apt-get install -y \
xfce4 \
xfce4-terminal \
msttcorefonts \
fonts-vlgothic \ fonts-vlgothic \
gedit \ gedit \
msttcorefonts \
xdg-utils \
xfce4 \
xfce4-terminal \
# Delete these as they are not needed at all # Delete these as they are not needed at all
&& rm -f \ && rm -f \
/usr/share/applications/software-properties-drivers.desktop \ /usr/share/applications/software-properties-drivers.desktop \