From 23739160e30463953d0f0fb483c83556db72cf95 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 18 Oct 2022 23:27:47 +0100 Subject: [PATCH] ensure all modules are executable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4df2c91..f151e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,7 @@ RUN git clone --filter=blob:none --no-checkout --depth 1 --sparse https://github git checkout; \ mkdir -p /home/linuxgsm/lgsm/functions; \ mv lgsm/functions/* /home/linuxgsm/lgsm/functions; \ + chmod +x /home/linuxgsm/lgsm/functions/*; \ rm -rf /home/linuxgsm/LinuxGSM # Add LinuxGSM cronjobs