mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Updated dockerfiles for dbus
This commit is contained in:
1
dist/build/x86_64_archlinux/Dockerfile
vendored
1
dist/build/x86_64_archlinux/Dockerfile
vendored
@@ -7,6 +7,7 @@ RUN pacman -Syu --noconfirm \
|
||||
gcc \
|
||||
openssl \
|
||||
pkg-config \
|
||||
dbus \
|
||||
sudo
|
||||
# Install rust
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
|
||||
|
||||
1
dist/build/x86_64_centos7/Dockerfile
vendored
1
dist/build/x86_64_centos7/Dockerfile
vendored
@@ -7,6 +7,7 @@ RUN yum -y install \
|
||||
gcc \
|
||||
openssl \
|
||||
pkgconfig \
|
||||
libdbus-devel \
|
||||
openssl-devel
|
||||
# Install rust
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
|
||||
|
||||
1
dist/build/x86_64_debian8/Dockerfile
vendored
1
dist/build/x86_64_debian8/Dockerfile
vendored
@@ -8,6 +8,7 @@ RUN apt update && apt install -y \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
curl
|
||||
|
||||
# Install rust
|
||||
|
||||
1
dist/build/x86_64_debian9/Dockerfile
vendored
1
dist/build/x86_64_debian9/Dockerfile
vendored
@@ -8,6 +8,7 @@ RUN apt update && apt install -y \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
curl
|
||||
|
||||
# Install rust
|
||||
|
||||
Reference in New Issue
Block a user