mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
archlinux dist
This commit is contained in:
4
dist/build/x86_64/Dockerfile
vendored
4
dist/build/x86_64/Dockerfile
vendored
@@ -6,9 +6,9 @@ RUN rustup target add x86_64-unknown-linux-gnu
|
||||
# Install dependencies
|
||||
RUN apt update && apt install -y rpm
|
||||
# Clone repository
|
||||
RUN git clone https://github.com/ChristianVisintin/TermSCP.git
|
||||
RUN git clone https://github.com/ChristianVisintin/termscp.git
|
||||
# Set workdir to termscp
|
||||
WORKDIR /usr/src/TermSCP/
|
||||
WORKDIR /usr/src/termscp/
|
||||
# Install cargo RPM/Deb
|
||||
RUN cargo install cargo-deb cargo-rpm
|
||||
# Build for x86_64
|
||||
|
||||
Reference in New Issue
Block a user