How To Install Latest Nuget In Dockerfile For Windows
Hello everybody,
today I want to write few words about how to instal latest Nuget into Windows docker container. For this purpose you can use following commands:
RUN mkdir c:\Nuget
RUN Invoke-WebRequest 'https://dist.nuget.org/win-x86-commandline/v4.1.0/nuget.exe' -OutFile 'c:\Nuget\nuget.exe'; \
$env:PATH = $env:PATH + 'c:\Nuget\;c:\Nuget'; \
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $env:PATH
Ready to take your Acumatica development to the next level? Just as we’ve streamlined the process of installing the latest NuGet in a Windows Docker container, we can help you customize and optimize your Acumatica experience to fit your unique business needs. Whether it’s a specific feature, integration, or workflow enhancement, our team is here to bring your vision to life. Leave a customization request today and let’s build something extraordinary together!