This commit is contained in:
Christof Marti
2023-10-02 16:08:10 +02:00
parent 73cc570f58
commit 01edf51e0f
15 changed files with 53 additions and 334 deletions

View File

@@ -6,6 +6,7 @@ RUN /root/install-vscode.sh
RUN git config --system codespaces-theme.hide-status 1
USER node
RUN npm install -g node-gyp
RUN YARN_CACHE="$(yarn cache dir)" && rm -rf "$YARN_CACHE" && ln -s /vscode-dev/yarn-cache "$YARN_CACHE"
USER root