From c2659b3f727869615799fee052f55c91161260f5 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Thu, 30 Oct 2025 07:34:47 +0100 Subject: fix: typo in CMD --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6f64687..762f0e6 100644 --- a/Containerfile +++ b/Containerfile @@ -2,5 +2,5 @@ FROM debian RUN echo "test!" -RUN apt-get update & \ +RUN apt-get update && \ apt-get install -y htop -- cgit v1.2.3