From 098e3c709a16fc5b5e5259947bb1fb8acafe7ea3 Mon Sep 17 00:00:00 2001 From: veeso Date: Fri, 23 Jul 2021 21:05:11 +0200 Subject: [PATCH] fixed deps rpm --- dist/build/x86_64_centos7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/build/x86_64_centos7/Dockerfile b/dist/build/x86_64_centos7/Dockerfile index b7716dd..65a9375 100644 --- a/dist/build/x86_64_centos7/Dockerfile +++ b/dist/build/x86_64_centos7/Dockerfile @@ -7,7 +7,7 @@ RUN yum -y install \ gcc \ openssl \ pkgconfig \ - libdbus-devel \ + dbus-devel \ openssl-devel # Install rust RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \