summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1c4aa9e..669d15c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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