The archlinux image is so broken

This commit is contained in:
veeso
2021-02-28 15:12:34 +01:00
parent a986e531d9
commit 7817295d8e

View File

@@ -14,9 +14,9 @@ RUN useradd build -m && \
mkdir -p termscp && \
chown -R build.build termscp/
# Install rust
RUN mount -o remount,exec /tmp && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
chmod +x /tmp/rust.sh && \
/tmp/rust.sh -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust.sh && \
chmod +x ./rust.sh && \
./rust.sh -y
# Clone repository
RUN git clone https://github.com/veeso/termscp.git
# Set workdir to termscp