Skip to content

Commit a3af861

Browse files
committed
fix: dotnet 10
1 parent c97754c commit a3af861

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

images/dotnet-10.Containerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ RUN code-server --install-extension Ionide.Ionide-fsharp && \
1616
code-server --install-extension ms-mssql.mssql
1717

1818
USER root
19-
RUN microdnf install -y --nodocs --setopt install_weak_deps=0 \
19+
RUN microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 &&\
20+
microdnf install -y --nodocs --setopt install_weak_deps=0 \
2021
dotnet-sdk-8.0 \
21-
dotnet-sdk-10.0 \
22+
#dotnet-sdk-10.0 \
2223
# IronPDF deps
2324
chromium glibc-devel nss at-spi2-atk libXcomposite libXrandr mesa-libgbm alsa-lib pango cups-libs libXdamage libxshmfence \
2425
&& microdnf clean all && rm -rf /var/cache/yum
@@ -27,8 +28,7 @@ USER queil
2728
RUN dotnet tool install -g fsautocomplete && \
2829
dotnet tool install -g fantomas && \
2930
dotnet tool install -g csharp-ls && \
30-
dotnet tool install -g ATech.Ring.DotNet.Cli
31-
#&& \ # disable until ready
32-
#dotnet tool install -g fsy && fsy install-fsx-extensions
31+
dotnet tool install -g ATech.Ring.DotNet.Cli && \
32+
dotnet tool install -g fsy --version 0.21.0-alpha.2 && fsy install-fsx-extensions
3333
RUN mkdir -p ~/.config/micro/plug/lsp && \
3434
git clone -b fsharp https://github.com/queil/micro-plugin-lsp.git ~/.config/micro/plug/lsp

0 commit comments

Comments
 (0)