From 3ec2d19b2caa0cd9deef006cccc707c6f090cb17 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Fri, 17 Nov 2023 23:19:54 +0100
Subject: [PATCH] Fix bug: make envoy file executable

---
 deploy/asapo_services_light/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/asapo_services_light/Dockerfile b/deploy/asapo_services_light/Dockerfile
index 60ac65d85..5a793d6f9 100644
--- a/deploy/asapo_services_light/Dockerfile
+++ b/deploy/asapo_services_light/Dockerfile
@@ -40,6 +40,7 @@ RUN set -eux; \
 
 RUN wget https://github.com/envoyproxy/envoy/releases/download/v1.27.0/envoy-1.27.0-linux-x86_64
 RUN cp envoy-1.27.0-linux-x86_64 /usr/bin/envoy
+RUN chmod +x /usr/bin/envoy
 
 RUN mkdir -p /var/log/supervisord/
 
-- 
GitLab