From 318209ea576fd896391264e5ce2b0b25b8947e23 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Mon, 22 Jun 2026 14:54:33 +0800 Subject: [PATCH] fix permission --- vm.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm.Dockerfile b/vm.Dockerfile index 3163b6e..34b4891 100644 --- a/vm.Dockerfile +++ b/vm.Dockerfile @@ -19,8 +19,8 @@ COPY ./image /kitchen RUN sed -i "s#_REPO_#$CLOUD_CONFIG_REPO#g" /kitchen/overlay/daemon/update-keys.sh && \ sed -i "s#_REVISION_#$CLOUD_CONFIG_REVISION#g" /kitchen/overlay/daemon/update-keys.sh && \ sed -i "s#GATEWAY_ADDRESS#$CLOUD_GATEWAY_ADDRESS#g" /kitchen/overlay/etc/network/interfaces -COPY --from=bubble-builder /build/daemon /bin/bubble -COPY --from=bubble-builder /build/auth_server /bin/auth-server +COPY --from=bubble-builder --chmod=755 /build/daemon /bin/bubble +COPY --from=bubble-builder --chmod=755 /build/auth_server /bin/auth-server RUN --security=insecure \ --mount=type=bind,from=host-modules,source=/,target=/lib/modules \ cd /kitchen && rm -f vm.raw && ALPINE_BRANCH="3.24" ./build-image.sh