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