Skip to content

Commit 26870c0

Browse files
committed
update
1 parent a7fdc8a commit 26870c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ RUN apt-get update && \
133133
--install-extension redhat.vscode-yaml \
134134
--install-extension redhat.vscode-xml \
135135
--install-extension ms-vscode.cpptools \
136-
--install-extension ms-dotnettools.csharp \
137-
--install-extension trailofbits.weaudit && \
136+
--install-extension ms-dotnettools.csharp && \
138137
# remove unneeded packages
139138
apt-get -y autoremove && \
140139
apt-get -y clean && \

0 commit comments

Comments
 (0)