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)" \