jbunderwater

Results 1 comments of jbunderwater

I solved this by changing the docker file to use: ``` FROM rust:latest AS build-image ``` I then add the dotnet SDK to the image: ``` RUN wget https://download.visualstudio.microsoft.com/download/pr/022d9abf-35f0-4fd5-8d1c-86056df76e89/477f1ebb70f314054129a9f51e9ec8ec/dotnet-sdk-2.2.207-linux-x64.tar.gz RUN...