From 16e644983ab56c76d9bacc72fa53e4a5536b1886 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 19 Feb 2024 14:16:43 +0300 Subject: [PATCH] ssl-bump fix run.sh perms #130 --- ssl-bump/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl-bump/Dockerfile b/ssl-bump/Dockerfile index 1c0f081..65c612c 100644 --- a/ssl-bump/Dockerfile +++ b/ssl-bump/Dockerfile @@ -1,5 +1,6 @@ FROM b4tman/squid COPY run.sh / +RUN chmod 755 /run.sh -CMD ["/run.sh"] \ No newline at end of file +CMD ["/run.sh"]