fixed deps rpm

This commit is contained in:
veeso
2021-07-23 21:05:11 +02:00
parent a0ee1d886a
commit 098e3c709a

View File

@@ -7,7 +7,7 @@ RUN yum -y install \
gcc \ gcc \
openssl \ openssl \
pkgconfig \ pkgconfig \
libdbus-devel \ dbus-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 && \