diff options
-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 |