From ae44d33135823993848a2bc6d69fac3670a617ac Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 15 Jun 2024 04:00:41 +0200 Subject: [PATCH] Added rustup --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a10da3..2743801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM catthehacker/ubuntu:act-latest RUN apt-get update && apt-get install -y --no-install-recommends pre-commit && rm -rf /var/lib/apt/lists/* + +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y