|
|
@@ -91,7 +91,7 @@ RUN dpkg --add-architecture i386 && \
|
|
|
xkb-data \
|
|
|
libxrandr-dev \
|
|
|
xorg-dev && \
|
|
|
- apt-get install -y ubuntu-mate-desktop && \
|
|
|
+ apt-get install -y ubuntu-mate-desktop libreoffice && \
|
|
|
if [ "${UBUNTU_RELEASE}" = "18.04" ]; then apt-get install --no-install-recommends -y vulkan-utils; else apt-get install --no-install-recommends -y vulkan-tools; fi && \
|
|
|
# Remove Bluetooth packages that throw errors
|
|
|
apt-get autoremove --purge -y \
|