summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:34:47 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:34:47 +0100
commitc2659b3f727869615799fee052f55c91161260f5 (patch)
treeaadfd08c23a796a57533c70ad396290ac468afca
parent62168a880d21f676cc1bdbd0ba4a768a33b680b0 (diff)
fix: typo in CMD
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
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