mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -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 \
|
gcc \
|
||||||
openssl \
|
openssl \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
dbus \
|
||||||
sudo
|
sudo
|
||||||
# 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 && \
|
||||||
|
|||||||
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 \
|
gcc \
|
||||||
openssl \
|
openssl \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
|
libdbus-devel \
|
||||||
openssl-devel
|
openssl-devel
|
||||||
# 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 && \
|
||||||
|
|||||||
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 \
|
pkg-config \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libssh2-1-dev \
|
libssh2-1-dev \
|
||||||
|
libdbus-1-dev \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
# Install rust
|
# 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 \
|
pkg-config \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libssh2-1-dev \
|
libssh2-1-dev \
|
||||||
|
libdbus-1-dev \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
# Install rust
|
# Install rust
|
||||||
|
|||||||
Reference in New Issue
Block a user