Skip to content

Commit b3a5d75

Browse files
committed
Skip
1 parent f5fce7d commit b3a5d75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/typescript-node/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
44

55
# Install tslint, typescript. eslint is installed by javascript image
66
ARG NODE_MODULES="tslint-to-eslint-config typescript"
7-
COPY library-scripts/meta.env /usr/local/etc/vscode-dev-containers
87
RUN su node -c "umask 0002 && npm install -g ${NODE_MODULES}" \
98
&& npm cache clean --force > /dev/null 2>&1
109

0 commit comments

Comments
 (0)