From 7ecf3b56f7a9f45e77fcf9b625e460d3b839bcc7 Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Mon, 21 Sep 2020 17:15:07 +0200
Subject: [PATCH] Fixing preprocessor Dockerfile: command is executable

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

diff --git a/preprocessor/Dockerfile b/preprocessor/Dockerfile
index 79157973..a081f9a9 100644
--- a/preprocessor/Dockerfile
+++ b/preprocessor/Dockerfile
@@ -73,6 +73,8 @@ ADD run-preprocessor.sh \
     setup.py \
     /
 
+RUN chmod +x /run-preprocessor.sh
+
 COPY preprocessor /preprocessor
 
 RUN cd / && \
-- 
GitLab