mirror of
https://github.com/veeso/termscp.git
synced 2026-09-15 08:35:52 -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 \
|
||||
gcc \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
curl
|
||||
# Clone repository
|
||||
|
||||
Vendored
-2
@@ -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 && \
|
||||
|
||||
Vendored
-2
@@ -6,8 +6,6 @@ RUN apt update && apt install -y \
|
||||
git \
|
||||
gcc \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
curl
|
||||
|
||||
|
||||
Vendored
-2
@@ -8,8 +8,6 @@ RUN apt update && apt install -y \
|
||||
git \
|
||||
gcc \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
bash \
|
||||
curl
|
||||
|
||||
Reference in New Issue
Block a user