From 8f1a6ff028f4c73268ca354b3826e7b013b3b6b4 Mon Sep 17 00:00:00 2001 From: Alessandro Casalino Date: Mon, 15 Apr 2024 17:50:00 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index cbd31f1..a2ca60f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ FROM ubuntu:latest WORKDIR /root +RUN apt-get update \ +&& apt-get install -y curl + RUN curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | bash \ && apt-get update \ && apt-get install -y make git golang libseccomp-dev gitlab-runner \