From 966c19f9500c57be5ddd516589b0bdde15feb155 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Thu, 17 Apr 2025 21:47:40 -0700 Subject: [PATCH] devenv --- vscode/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index f9a47fb..933d865 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -44,7 +44,7 @@ RUN apt-get update \ htop \ nano \ npm \ - && npm install -g @vscode/vsce vsda \ + && npm install -g @vscode/vsce \ && rm -rf /var/lib/apt/lists/* # npm and vsce allow code-server to check extensions signatures @@ -77,6 +77,10 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home && mv ./ha "/usr/bin/ha" \ && chmod +x "/usr/bin/ha" +# Resolve code error +WORKDIR /usr/lib/code-server/ +RUN npm add vsda + #Copy root file system COPY rootfs/ / RUN chown -R root:root /root \