mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
The archlinux image is so broken
This commit is contained in:
6
dist/build/x86_64_archlinux/Dockerfile
vendored
6
dist/build/x86_64_archlinux/Dockerfile
vendored
@@ -14,9 +14,9 @@ RUN useradd build -m && \
|
|||||||
mkdir -p termscp && \
|
mkdir -p termscp && \
|
||||||
chown -R build.build termscp/
|
chown -R build.build termscp/
|
||||||
# Install rust
|
# Install rust
|
||||||
RUN mount -o remount,exec /tmp && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust.sh && \
|
||||||
chmod +x /tmp/rust.sh && \
|
chmod +x ./rust.sh && \
|
||||||
/tmp/rust.sh -y
|
./rust.sh -y
|
||||||
# Clone repository
|
# Clone repository
|
||||||
RUN git clone https://github.com/veeso/termscp.git
|
RUN git clone https://github.com/veeso/termscp.git
|
||||||
# Set workdir to termscp
|
# Set workdir to termscp
|
||||||
|
|||||||
Reference in New Issue
Block a user