From 6e7dd5afb2a86ffd07e6b7482c5088a5bae2d359 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 12 Jul 2021 07:52:47 +0200 Subject: [PATCH] Update Dockerfile --- images/bromite-build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/bromite-build/Dockerfile b/images/bromite-build/Dockerfile index 978e51a..835bceb 100644 --- a/images/bromite-build/Dockerfile +++ b/images/bromite-build/Dockerfile @@ -2,7 +2,8 @@ ARG BROMITE_SHA FROM uazo/bromite:$BROMITE_SHA -USER lg +#USER lg +WORKDIR /home/lg/working_dir COPY pre-start.sh . COPY start-build.sh .