File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda
267267ENV PATH="/root/.dotnet:${PATH}"
268268RUN 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
272272ENV DOTNET_ROOT="/root/.dotnet"
273273
You can’t perform that action at this time.
0 commit comments