From da99f7e4e9948442232830567bb170f38fabe9dc Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Sat, 8 May 2021 11:14:00 +0000 Subject: [PATCH] Update hugo/Dockerfile --- hugo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/Dockerfile b/hugo/Dockerfile index d462b17..8188afe 100644 --- a/hugo/Dockerfile +++ b/hugo/Dockerfile @@ -9,4 +9,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ && rm -rf /var/lib/apt/lists/* COPY hugo.sh /root/hugo.sh -RUN chmod +x /root/hugo.sh && /root/hugo.sh +RUN /bin/sh /root/hugo.sh