From a20a62da69525397b6ef1fae2bdb90a003e7c16b Mon Sep 17 00:00:00 2001 From: Ernesto Baschny Date: Fri, 17 Jan 2025 21:32:05 +0100 Subject: [PATCH] Add "watch" to SSH container --- Dockerfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84df0d9..4c35ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -173,6 +173,7 @@ RUN apt-get -qq update && apt-get -q install -y \ rsync \ patch \ screen \ + watch \ # for causal/extractor: \ exiftool poppler-utils \ && rm -rf /var/lib/apt/lists/* \ diff --git a/README.md b/README.md index 34ca704..a28024b 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ the application from the command line: * Composer v2 * NodeJS -* Convenience tools: git, zip, make, ping, less, vi, wget, joe, jq, rsync, patch +* Convenience tools: git, zip, make, ping, less, vi, wget, joe, jq, rsync, patch, watch * clitools from WebdevOps * MySQL client * redis-cli