]> git.localhorst.tv Git - blank.git/commitdiff
give dbus to recent debians
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 13:49:19 +0000 (14:49 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 13:49:19 +0000 (14:49 +0100)
some library seems to assume it's there, but doesn't
have a respective dependency

scripts/docker/debian-run-testing/Dockerfile
scripts/docker/ubuntu-run-devel/Dockerfile
scripts/docker/ubuntu-run-latest/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 \
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 \
index b3b44539e62c10d72b7349d8b440e7f6ae96bb1a..fcdfc785ceef0feeb6da37355c8aa32e2d519027 100644 (file)
@@ -3,6 +3,7 @@ FROM ubuntu:latest
 RUN apt update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \