diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:34:47 +0100 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:34:47 +0100 |
| commit | c2659b3f727869615799fee052f55c91161260f5 (patch) | |
| tree | aadfd08c23a796a57533c70ad396290ac468afca | |
| parent | 62168a880d21f676cc1bdbd0ba4a768a33b680b0 (diff) | |
fix: typo in CMD
| -rw-r--r-- | Containerfile | 2 |
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 |
