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

@@ -8,8 +8,6 @@ RUN apt update && apt install -y \
git \
gcc \
pkg-config \
libssl-dev \
libssh2-1-dev \
libdbus-1-dev \
curl
# Clone repository

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

View File

@@ -6,8 +6,6 @@ RUN apt update && apt install -y \
git \
gcc \
pkg-config \
libssl-dev \
libssh2-1-dev \
libdbus-1-dev \
curl

View File

@@ -8,8 +8,6 @@ RUN apt update && apt install -y \
git \
gcc \
pkg-config \
libssl-dev \
libssh2-1-dev \
libdbus-1-dev \
bash \
curl