File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ USER root
44
55# bicep language server requries dotnet 8.0
66RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
7+ microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 && \
78 microdnf install -y dotnet-sdk-8.0 helm --nodocs --setopt install_weak_deps=0 && \
89 microdnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm --nodocs --setopt install_weak_deps=0 && \
910 microdnf install -y azure-cli --nodocs --setopt install_weak_deps=0 && \
@@ -28,7 +29,7 @@ RUN code-server --accept-server-license-terms --install-extension Ionide.Ionide-
2829 echo "exec dotnet ${HOME}/.vscode-server/extensions/ms-azuretools.vscode-bicep-${BICEP_LSP_VER}/bicepLanguageServer/Bicep.LangServer.dll \" $@\" " >> $BICEP_WRAPPER_PATH && \
2930 chmod +x $BICEP_WRAPPER_PATH
3031
31- RUN dotnet tool install --global fsy --version 0.20.0 && \
32+ RUN dotnet tool install --global fsy --version 0.21.0-alpha.2 && \
3233 dotnet tool install -g fsautocomplete && \
3334 dotnet tool install -g fantomas && fsy install-fsx-extensions
3435
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN code-server --install-extension Ionide.Ionide-fsharp && \
1616 code-server --install-extension ms-mssql.mssql
1717
1818USER root
19- RUN microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 &&\
19+ RUN microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 && \
2020 microdnf install -y --nodocs --setopt install_weak_deps=0 \
2121 dotnet-sdk-8.0 \
2222 # dotnet-sdk-10.0 \
You can’t perform that action at this time.
0 commit comments