From c1c65be350765d0d9e04ac3761fb3ab2f62b547e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 24 Jun 2024 23:36:43 +0200 Subject: [PATCH] Added golang --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aab80d..bf78567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 apt-get update && apt-get install -y --no-install-recommends pre-commit golang-go && rm -rf /var/lib/apt/lists/* RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y