Docker is broken

This commit is contained in:
veeso
2021-02-28 15:11:08 +01:00
parent 8a3b652dcd
commit a986e531d9

View File

@@ -14,7 +14,7 @@ RUN useradd build -m && \
mkdir -p termscp && \
chown -R build.build termscp/
# 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 && \
/tmp/rust.sh -y
# Clone repository