From c1a04c429739f9ee835975d6ae675ffb99df0727 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Mon, 14 Apr 2025 21:16:53 -0700 Subject: [PATCH] the file doesnt have 99 lines.... ffs --- vscode/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 287964e..b7be380 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -64,7 +64,8 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home #Copy root file system COPY rootfs / RUN chown -R root:root /root - +RUN chown -R root:root /etc/s6-overlay/s6-rc.d/ +RUN chmod 755 -R /etc/s6-overlay/s6-rc.d/ # Install Oh My ZSH # hadolint ignore=SC2086 RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \