From 02475a0e2251e2b97897084cd2a3202175b73e8d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 20 May 2024 11:22:23 +0200 Subject: [PATCH] Switch source of signal to my personnal repository on gargoton --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea88e54..64c7257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \ nano \ && rm -rf /var/lib/apt/lists/* -RUN python3 -m pip install 'sigal @ git+https://github.com/saimn/sigal.git' +RUN python3 -m pip install 'sigal @ git+https://gargoton.coissac.eu/forks/sigal.git' RUN mkdir -p /themes RUN mkdir -p /config