mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
removed deps from docker build
This commit is contained in:
2
dist/build/x86_64/Dockerfile
vendored
2
dist/build/x86_64/Dockerfile
vendored
@@ -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
|
||||
|
||||
2
dist/build/x86_64_centos7/Dockerfile
vendored
2
dist/build/x86_64_centos7/Dockerfile
vendored
@@ -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 && \
|
||||
|
||||
2
dist/build/x86_64_debian8/Dockerfile
vendored
2
dist/build/x86_64_debian8/Dockerfile
vendored
@@ -6,8 +6,6 @@ RUN apt update && apt install -y \
|
||||
git \
|
||||
gcc \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
curl
|
||||
|
||||
|
||||
2
dist/build/x86_64_debian9/Dockerfile
vendored
2
dist/build/x86_64_debian9/Dockerfile
vendored
@@ -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