https://github.com/microsoft/vscode-dev-containers/blob/main/containers/javascript-node/.devcontainer/base.DockerfileUpdate#23623
Conversation
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/main/containers/javascript-node/.devcontainer/base.Dockerfile # [Choice] Node.js version ARG VARIANT="18-buster" FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT} # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # && apt-get -y install --no-install-recommends <your-package-list-here> # [Optional] Uncomment if you want to install an additional version of node using nvm # ARG EXTRA_NODE_VERSION=10 # RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}" # [Optional] Uncomment if you want to install more global node modules # RUN su node -c "npm install -g <your-package-list-here>" # Install the GitHub CLI see: # https://github.com/microsoft/vscode-dev-containers/blob/3d59f9fe37edb68f78874620f33dac5a62ef2b93/script-library/docs/github.md COPY library-scripts/github-debian.sh /tmp/library-scripts/ RUN apt-get update && bash /tmp/library-scripts/github-debian.sh
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are: You'll need to revert all of the files you changed in that list using GitHub Desktop or |
This comment was marked as spam.
This comment was marked as spam.
|
Support request
…On Thursday, 2 February 2023, Belfegoreo ***@***.***> wrote:
See here for image contents: https://github.com/microsoft/
vscode-dev-containers/blob/main/containers/javascript-
node/.devcontainer/base.Dockerfile [Choice] Node.js version
ARG VARIANT="18-buster" FROM mcr.microsoft.com/vscode/
devcontainers/javascript-node:0-${VARIANT}
<http://mcr.microsoft.com/vscode/devcontainers/javascript-node:0-$%7BVARIANT%7D>
[Optional] Uncomment this section to install additional OS packages. # RUN
apt-get update && export DEBIAN_FRONTEND=noninteractive \ && apt-get -y
install --no-install-recommends [Optional] Uncomment if you want to
install an additional version of node using nvm # ARG EXTRA_NODE_VERSION=10 RUN
su node -c "source /usr/local/share/nvm/nvm.sh && nvm install
${EXTRA_NODE_VERSION}" [Optional] Uncomment if you want to install more
global node modules # RUN su node -c "npm install -g " Install the GitHub
CLI see: https://github.com/microsoft/vscode-dev-containers/blob/
3d59f9fe37edb68f78874620f33dac5a62ef2b93/script-library/docs/github.md
COPY library-scripts/github-debian.sh /tmp/library-scripts/ RUN apt-get
update && bash /tmp/library-scripts/github-debian.sh Why:
Closes ISSUE
What's being changed (if available, include any code snippets,
screenshots, or gifs): Check off the following:
- I have reviewed my changes in staging (look for the "Automatically
generated comment" and click the links in the "Preview" column to view your
latest changes).
- For content changes, I have completed the self-review checklist
<https://github.com/github/docs/blob/main/contributing/self-review.md#self-review>
.
—
Reply to this email directly, view it on GitHub
<#23623 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXHI7RTRD2JFAN45IUJWPULWVKHERANCNFSM6AAAAAAUNELH2I>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
MD RASAD
|
See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/main/containers/javascript-node/.devcontainer/base.Dockerfile
[Choice] Node.js version
ARG VARIANT="18-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
[Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends
[Optional] Uncomment if you want to install an additional version of node using nvm # ARG EXTRA_NODE_VERSION=10
RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
[Optional] Uncomment if you want to install more global node modules # RUN su node -c "npm install -g "
Install the GitHub CLI see:
https://github.com/microsoft/vscode-dev-containers/blob/3d59f9fe37edb68f78874620f33dac5a62ef2b93/script-library/docs/github.md COPY library-scripts/github-debian.sh /tmp/library-scripts/ RUN apt-get update && bash /tmp/library-scripts/github-debian.sh
Why:
Closes ISSUE
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: