Exploit.cz
  • 🍕 Recepty.eu
  • 🛠️ Lidl Tools
  • 👑 Curriculum vitae 👑
  • LinkedIn Profile
  • Github Profile

.net

A collection of 1 post
Build custom Windows Server Docker Image with .NET Framework Build Tools for AWS CodeBuild
docker

Build custom Windows Server Docker Image with .NET Framework Build Tools for AWS CodeBuild

Preinstalled * GIT * AWS CLI Dockerfile # escape=` FROM microsoft/dotnet-framework:4.7.2-runtime SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] #Install NuGet CLI ENV NUGET_VERSION 4.4.1 RUN New-Item -Type Directory $Env:ProgramFiles\NuGet; ` Invoke-WebRequest -UseBasicParsing https://dist.nuget.org/win-x86-commandline/v$Env:NUGET_VERSION/nuget.exe -OutFile $Env:
Mar 28, 2019 — 2 min read
Exploit.cz © 2023
Powered by Ghost