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 f5fce7d commit b3a5d75Copy full SHA for b3a5d75
src/typescript-node/Dockerfile
@@ -4,7 +4,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
4
5
# Install tslint, typescript. eslint is installed by javascript image
6
ARG NODE_MODULES="tslint-to-eslint-config typescript"
7
-COPY library-scripts/meta.env /usr/local/etc/vscode-dev-containers
8
RUN su node -c "umask 0002 && npm install -g ${NODE_MODULES}" \
9
&& npm cache clean --force > /dev/null 2>&1
10
0 commit comments