We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbc55a commit ea26ea7Copy full SHA for ea26ea7
.devcontainer/Dockerfile
@@ -8,7 +8,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT}
8
ARG NODE_VERSION="none"
9
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
10
11
-COPY library-scripts/github-debian.sh /tmp/library-scripts/
+COPY .devcontainer/library-scripts/github-debian.sh /tmp/library-scripts/
12
RUN apt-get update && bash /tmp/library-scripts/github-debian.sh
13
14
# [Optional] Uncomment this section to install additional OS packages.
0 commit comments