sruehl commented on issue #952:
URL: https://github.com/apache/plc4x/issues/952#issuecomment-1551189278

   try following:
   go into the docker bash with `docker run -it azul/zulu-openjdk:11 /bin/bash`
   then within execute those commands:
   ```
   apt update -y
   apt install -y wget
   wget -q 
https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb 
-O packages-microsoft-prod.deb
   dpkg -i packages-microsoft-prod.deb
   apt install -y software-properties-common
   add-apt-repository universe -y
   apt install -y apt-transport-https
   apt update -y
   apt install -y dotnet-sdk-6.0
   dotnet --version
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to