From 45dec4f942c61ad44d97db31b46188026cb86a4e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 30 Jul 2021 09:45:18 +0200 Subject: [PATCH] Update Dockerfile --- images/bromite-build/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/bromite-build/Dockerfile b/images/bromite-build/Dockerfile index ce595fa..17a76cc 100644 --- a/images/bromite-build/Dockerfile +++ b/images/bromite-build/Dockerfile @@ -15,5 +15,7 @@ RUN sudo chmod +x ./start-build.sh \ && \ sudo chmod +x ./pre-start.sh \ && \ - sudo chmod 775 ./goma_auth.py + sudo chmod 775 ./goma_auth.py \ + && \ + ./pre-start.sh