Skip to content

Commit 261fd44

Browse files
remove dotnet
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 552414f commit 261fd44

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

base/Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ RUN npm install --global watch-cli vsce typescript
157157
# Install Yarn
158158
RUN npm install --global yarn
159159

160-
# Install .NET
161-
RUN add-apt-repository -y ppa:dotnet/backports && \
162-
apt-get update && \
163-
apt-get install -y dotnet-sdk-9.0
164-
165-
ENV PATH=$PATH:/root/.nuget/tools:/root/.dotnet/tools
166-
167160
# Verify installations
168161
RUN printenv
169162
RUN echo "docker: $(docker --version)"
@@ -173,7 +166,6 @@ RUN echo "helm: $(helm version)"
173166
RUN echo "kubectl: $(kubectl version --client)"
174167
RUN echo "ks: $(ks version)"
175168
RUN echo "sonar-scanner: $(sonar-scanner --version)"
176-
RUN echo "dotnet: $(dotnet --version)"
177169
RUN echo "go: $(go version)"
178170
RUN echo "gradle: $(gradle --version)"
179171
RUN echo "mvn: $(mvn --version)"

base/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Base image with latest common sdks and utilities built with ubuntu, include:
1010
- python
1111
- maven
1212
- ant
13-
- dotnet
1413
- go
1514
- nodejs
1615
- yarn

0 commit comments

Comments
 (0)