removed deps from docker build

This commit is contained in:
veeso
2022-10-10 16:50:00 +02:00
parent fdd7901f7e
commit 8b67c59247
4 changed files with 0 additions and 8 deletions

View File

@@ -7,10 +7,8 @@ WORKDIR /usr/src/
RUN yum -y install \
git \
gcc \
openssl \
pkgconfig \
dbus-devel \
openssl-devel \
bash
# Install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \