From 672777ab9894407b74fcee845e569a305c98e877 Mon Sep 17 00:00:00 2001 From: Jane <5373400+janeoa@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:35:34 +0200 Subject: [PATCH] Add executable to sign.sh in the image Signed-off-by: Jane <5373400+janeoa@users.noreply.github.com> --- docker/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/runner/Dockerfile b/docker/runner/Dockerfile index cb0494c..e1eabbd 100644 --- a/docker/runner/Dockerfile +++ b/docker/runner/Dockerfile @@ -41,7 +41,7 @@ RUN chown ${USERNAME}:${USERNAME} -R /home/${USERNAME}/.ohos # Used to authorize with the hdc device and avoid the confirmation dialog. COPY --chown=${USERNAME}:${USERNAME} hdckey hdckey.pub /home/${USERNAME}/.harmony/ -COPY sign.sh /usr/bin/sign-hos.sh +COPY --chmod=755 sign.sh /usr/bin/sign-hos.sh ARG MITMPROXY_VERSION ARG UV_VERSION