Skip to content

Commit

Permalink
fix(dev): devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 15, 2021
1 parent 19ca935 commit 4e6a6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
16 changes: 3 additions & 13 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/typescript-node/.devcontainer/base.Dockerfile

# [Choice] Node.js version: 16, 14, 12
ARG VARIANT="16-buster"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-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 packages
# RUN su node -c "npm install -g <your-package-list -here>"
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1
3 changes: 0 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"**/CVS": true,
"**/.DS_Store": true
},
"terminal.integrated.defaultProfile.linux": "zsh",
"workbench.productIconTheme": "fluent-icons",
"tabnine.experimentalAutoImports": true,
"terminal.integrated.tabs.enabled": true,
"material-icon-theme.folders.theme": "specific",
"redhat.telemetry.enabled": true,
Expand Down

0 comments on commit 4e6a6e3

Please sign in to comment.