diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-28 23:32:49 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-28 23:32:49 -0700 |
commit | ed80370c66eb542dd575dd70eaf8d5e7678a86be (patch) | |
tree | 07a96b78690365cbaa7f28d28bab38368986e367 | |
parent | 0d2d9b682bbe6855f750dc451d7fe5e676dc2c4f (diff) | |
download | wwwgit-ed80370c66eb542dd575dd70eaf8d5e7678a86be.tar.gz wwwgit-ed80370c66eb542dd575dd70eaf8d5e7678a86be.zip |
Provide curl for healthchecks
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-markdown \ python3-pygments \ tini \ + curl \ && rm -rf /var/lib/apt/lists/* COPY --from=build_stage /var/www/html/cgit /var/www/html/cgit |