From b60bf8d5cac4bc2a5703d2c219dc39cc123d19b2 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Thu, 30 Oct 2025 07:24:48 +0100 Subject: feat: remove apt-install --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dafa2de..b7aaf9c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ FROM debian -RUN apt-get update && apt-get install -y jq \ No newline at end of file +RUN echo "test!" \ No newline at end of file -- cgit v1.2.3