Skip to content

Commit b728084

Browse files
authored
🐛 Remove go-tools install in dotnet analyzer (#817)
- Remove unnecessary install of go-tools Signed-off-by: Franco Bladilo <[email protected]>
1 parent 63dfa70 commit b728084

File tree

1 file changed

+1
-1
lines changed
  • external-providers/dotnet-external-provider

1 file changed

+1
-1
lines changed

external-providers/dotnet-external-provider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ USER root
4141
# elif [[ "$(uname -m)" = "ppc64le" ]]; then \
4242
# microdnf -y install dotnet-sdk-7.0; \
4343
# fi \
44-
RUN microdnf -y install dotnet-sdk-7.0 go-toolset \
44+
RUN microdnf -y install dotnet-sdk-7.0 \
4545
&& microdnf clean all \
4646
&& rm -rf /var/cache/yum
4747
RUN dotnet tool install --global csharp-ls --version 0.11.0

0 commit comments

Comments
 (0)