FROM mcr.microsoft.com/dotnet/sdk:6.0

ENV PATH="/root/.dotnet/tools:${PATH}"
RUN dotnet tool install -g JoySoftware.NetDaemon.HassModel.CodeGen
