From c6684c6a78d6539c2d8b553e83ce1cf71dc95057 Mon Sep 17 00:00:00 2001 From: Alessandro Casalino Date: Mon, 15 Apr 2024 17:23:56 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d28522..f4f467c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM registry.gitlab.com/ecp-ci/ecp-ci.gitlab.io/jacamar-quick-start:latest +FROM ubuntu:latest WORKDIR /root RUN apt-get -y update -RUN apt-get install -y git +RUN apt-get install -y go make git libc libseccomp RUN git clone https://gitlab.com/ecp-ci/jacamar-ci.git RUN cd jacamar-ci RUN make build