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 pacman -Syu --noconfirm \
gcc \ gcc \
openssl \ openssl \
pkg-config \ pkg-config \
dbus \
sudo sudo
# Install rust # Install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \

View File

@@ -7,6 +7,7 @@ RUN yum -y install \
gcc \ gcc \
openssl \ openssl \
pkgconfig \ pkgconfig \
libdbus-devel \
openssl-devel openssl-devel
# Install rust # Install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \

View File

@@ -8,6 +8,7 @@ RUN apt update && apt install -y \
pkg-config \ pkg-config \
libssl-dev \ libssl-dev \
libssh2-1-dev \ libssh2-1-dev \
libdbus-1-dev \
curl curl
# Install rust # Install rust

View File

@@ -8,6 +8,7 @@ RUN apt update && apt install -y \
pkg-config \ pkg-config \
libssl-dev \ libssl-dev \
libssh2-1-dev \ libssh2-1-dev \
libdbus-1-dev \
curl curl
# Install rust # Install rust