From 320fd5c2dde6e3c81972f50210c9393dcb175c00 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 20 Jun 2021 15:13:20 +0200 Subject: [PATCH] Updated dockerfiles for dbus --- dist/build/x86_64_archlinux/Dockerfile | 1 + dist/build/x86_64_centos7/Dockerfile | 1 + dist/build/x86_64_debian8/Dockerfile | 1 + dist/build/x86_64_debian9/Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/dist/build/x86_64_archlinux/Dockerfile b/dist/build/x86_64_archlinux/Dockerfile index ded6c9b..bda246d 100644 --- a/dist/build/x86_64_archlinux/Dockerfile +++ b/dist/build/x86_64_archlinux/Dockerfile @@ -7,6 +7,7 @@ RUN pacman -Syu --noconfirm \ gcc \ openssl \ pkg-config \ + dbus \ sudo # Install rust RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ diff --git a/dist/build/x86_64_centos7/Dockerfile b/dist/build/x86_64_centos7/Dockerfile index 570f3ec..b7716dd 100644 --- a/dist/build/x86_64_centos7/Dockerfile +++ b/dist/build/x86_64_centos7/Dockerfile @@ -7,6 +7,7 @@ RUN yum -y install \ gcc \ openssl \ pkgconfig \ + libdbus-devel \ openssl-devel # Install rust RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ diff --git a/dist/build/x86_64_debian8/Dockerfile b/dist/build/x86_64_debian8/Dockerfile index 26fa74c..e3971e2 100644 --- a/dist/build/x86_64_debian8/Dockerfile +++ b/dist/build/x86_64_debian8/Dockerfile @@ -8,6 +8,7 @@ RUN apt update && apt install -y \ pkg-config \ libssl-dev \ libssh2-1-dev \ + libdbus-1-dev \ curl # Install rust diff --git a/dist/build/x86_64_debian9/Dockerfile b/dist/build/x86_64_debian9/Dockerfile index 01e0d9a..e78c72c 100644 --- a/dist/build/x86_64_debian9/Dockerfile +++ b/dist/build/x86_64_debian9/Dockerfile @@ -8,6 +8,7 @@ RUN apt update && apt install -y \ pkg-config \ libssl-dev \ libssh2-1-dev \ + libdbus-1-dev \ curl # Install rust