]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/ubuntu-run-devel/Dockerfile
give dbus to recent debians
[blank.git] / scripts / docker / ubuntu-run-devel / Dockerfile
index f8cd309e4cd18b43a95056cfe3f326c82145dd97..5a489cbe39b47276719dd1db9fc159a8d08cd904 100644 (file)
@@ -3,6 +3,7 @@ FROM ubuntu:devel
 RUN apt -y update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \