mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
removed deps from docker build
This commit is contained in:
Vendored
-2
@@ -8,8 +8,6 @@ RUN apt update && apt install -y \
|
|||||||
git \
|
git \
|
||||||
gcc \
|
gcc \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev \
|
|
||||||
libssh2-1-dev \
|
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
curl
|
curl
|
||||||
# Clone repository
|
# Clone repository
|
||||||
|
|||||||
Vendored
-2
@@ -7,10 +7,8 @@ WORKDIR /usr/src/
|
|||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
git \
|
git \
|
||||||
gcc \
|
gcc \
|
||||||
openssl \
|
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
dbus-devel \
|
dbus-devel \
|
||||||
openssl-devel \
|
|
||||||
bash
|
bash
|
||||||
# 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 && \
|
||||||
|
|||||||
Vendored
-2
@@ -6,8 +6,6 @@ RUN apt update && apt install -y \
|
|||||||
git \
|
git \
|
||||||
gcc \
|
gcc \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev \
|
|
||||||
libssh2-1-dev \
|
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
|
|||||||
Vendored
-2
@@ -8,8 +8,6 @@ RUN apt update && apt install -y \
|
|||||||
git \
|
git \
|
||||||
gcc \
|
gcc \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev \
|
|
||||||
libssh2-1-dev \
|
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
bash \
|
bash \
|
||||||
curl
|
curl
|
||||||
|
|||||||
Reference in New Issue
Block a user