From e7d80986e90e778c3cecd4f23af1642c9ee11972 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sat, 19 Feb 2022 11:04:10 +0100
Subject: [PATCH] added rsync and entrypoint

---
 hakyll/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hakyll/Dockerfile b/hakyll/Dockerfile
index a43ac6b..cb5c207 100644
--- a/hakyll/Dockerfile
+++ b/hakyll/Dockerfile
@@ -33,4 +33,6 @@ RUN rm pandoc-crossref-Linux.tar.xz
 
 RUN apt install -y texlive-lang-french
 RUN apt install -y librsvg2-bin 
+RUN apt install -y rsync
 
+ENTRYPOINT /bin/sh
-- 
GitLab