diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 688cb4179..219fc710e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM "node:16-bullseye" +FROM "mcr.microsoft.com/devcontainers/typescript-node:1-16-bullseye" RUN apt-get update \ && apt-get install chromium fonts-noto-color-emoji -y --no-install-recommends -qq diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ea8ad8c8a..6dadc7cc1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,18 +3,7 @@ "build": { "dockerfile": "Dockerfile" }, - "features": { - "ghcr.io/devcontainers/features/common-utils:2": { - "installOhMyZsh": false, - "installOhMyZshConfig": false, - "configureZshAsDefaultShell": true, - "upgradePackages": "true" - }, - "ghcr.io/devcontainers/features/git:1": { - "version": "latest", - "ppa": "false" - } - }, + "features": {}, "forwardPorts": [ 3000, 6000