Updated dockerfiles for dbus

This commit is contained in:
veeso
2021-06-20 15:13:20 +02:00
parent 5986130dfa
commit 320fd5c2dd
4 changed files with 4 additions and 0 deletions

View File

@@ -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 && \