Skip to content

Commit 9194f40

Browse files
committed
Add dbus-x11 installation to docker testing machines to have dbus-launch available
1 parent f4787f9 commit 9194f40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/py2.7-ubuntu-14.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:14.04
22
RUN apt-get update
33

4-
RUN apt-get install -y dbus python-gi python-pip psmisc python-dev
4+
RUN apt-get install -y dbus python-gi python-pip psmisc python-dev dbus-x11
55
RUN python2 --version
66
RUN pip2 install greenlet
77

tests/py2.7-ubuntu-16.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:16.04
22
RUN apt-get update
33

4-
RUN apt-get install -y dbus python-gi python-pip psmisc
4+
RUN apt-get install -y dbus python-gi python-pip psmisc dbus-x11
55
RUN python2 --version
66
RUN pip2 install greenlet
77

tests/py3.4-ubuntu-14.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:14.04
22
RUN apt-get update
33

4-
RUN apt-get install -y dbus python3-gi python3-pip psmisc python3-dev
4+
RUN apt-get install -y dbus python3-gi python3-pip psmisc python3-dev dbus-x11
55
RUN python3 --version
66
RUN pip3 install greenlet
77

tests/py3.5-ubuntu-16.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:16.04
22
RUN apt-get update
33

4-
RUN apt-get install -y dbus python3-gi python3-pip psmisc
4+
RUN apt-get install -y dbus python3-gi python3-pip psmisc dbus-x11
55
RUN python3 --version
66
RUN pip3 install greenlet
77

0 commit comments

Comments
 (0)