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 a7fdc8a commit 26870c0Copy full SHA for 26870c0
Dockerfile
@@ -133,8 +133,7 @@ RUN apt-get update && \
133
--install-extension redhat.vscode-yaml \
134
--install-extension redhat.vscode-xml \
135
--install-extension ms-vscode.cpptools \
136
- --install-extension ms-dotnettools.csharp \
137
- --install-extension trailofbits.weaudit && \
+ --install-extension ms-dotnettools.csharp && \
138
# remove unneeded packages
139
apt-get -y autoremove && \
140
apt-get -y clean && \
0 commit comments