mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
Docker is broken
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ 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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
|
RUN mount -o remount,exec /tmp && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
|
||||||
chmod +x /tmp/rust.sh && \
|
chmod +x /tmp/rust.sh && \
|
||||||
/tmp/rust.sh -y
|
/tmp/rust.sh -y
|
||||||
# Clone repository
|
# Clone repository
|
||||||
|
|||||||
Reference in New Issue
Block a user