Skip to content

Commit c90883d

Browse files
Remove net9
1 parent 180f236 commit c90883d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DockerfileLeanFoundation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ RUN apt-get update && apt-get -y install libasound2 libnss3 libnspr4 && apt-get
410410
rm ibgateway-latest-standalone-linux-x64.v10.39.1f.sh
411411

412412
# Install dotnet sdk & runtime
413-
RUN add-apt-repository ppa:dotnet/backports && apt-get update && apt-get install -y dotnet-sdk-10.0 dotnet-sdk-9.0 && \
413+
RUN add-apt-repository ppa:dotnet/backports && apt-get update && apt-get install -y dotnet-sdk-10.0 && \
414414
apt-get clean && apt-get autoclean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/*
415415

416416
# label definitions

DockerfileLeanFoundationARM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda
267267
ENV PATH="/root/.dotnet:${PATH}"
268268
RUN wget https://dot.net/v1/dotnet-install.sh && \
269269
chmod 777 dotnet-install.sh && \
270-
./dotnet-install.sh -c 10.0 && ./dotnet-install.sh -c 9.0 && \
270+
./dotnet-install.sh -c 10.0 && \
271271
rm dotnet-install.sh
272272
ENV DOTNET_ROOT="/root/.dotnet"
273273

0 commit comments

Comments
 (0)