diff --git a/webtop/Dockerfile b/webtop/Dockerfile index 65523a0c7..3524f4361 100644 --- a/webtop/Dockerfile +++ b/webtop/Dockerfile @@ -29,7 +29,10 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ && sed -i 's|/config|/share/webtop|g' /defaults/* \ && sed -i 's|/config|/share/webtop|g' /etc/cont-init.d/* \ && sed -i 's|/config|/share/webtop|g' /etc/services.d/*/run \ - && usermod --home /share/webtop abc + && usermod --home /share/webtop abc \ + # Fix mate software center + && sudo chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper + # Graphic drivers for rpi4 RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa libgles2-mesa-dev xorg-dev || true