devel: update fantomas and devcontainer

This commit is contained in:
2025-02-04 15:04:38 +01:00
parent 61ba9596bc
commit ebba277b5b
2 changed files with 5 additions and 9 deletions

View File

@@ -6,13 +6,15 @@
"version": "4.0.6",
"commands": [
"fable"
]
],
"rollForward": false
},
"fantomas": {
"version": "6.0.0-beta-001",
"version": "7.0.0",
"commands": [
"fantomas"
]
],
"rollForward": false
}
}
}

View File

@@ -16,12 +16,6 @@ RUN apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
# Install dotnet tools
RUN dotnet tool install fable -g
# Trouble brewing
RUN rm /etc/ssl/openssl.cnf
# add dotnet tools to path to pick up fake and paket installation
ENV PATH="/root/.dotnet/tools:${PATH}"