Skip to content

Commit ea26ea7

Browse files
authored
Fix the Dockerfile
1 parent 9cbc55a commit ea26ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT}
88
ARG NODE_VERSION="none"
99
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
1010

11-
COPY library-scripts/github-debian.sh /tmp/library-scripts/
11+
COPY .devcontainer/library-scripts/github-debian.sh /tmp/library-scripts/
1212
RUN apt-get update && bash /tmp/library-scripts/github-debian.sh
1313

1414
# [Optional] Uncomment this section to install additional OS packages.

0 commit comments

Comments
 (0)