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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user