FROM microsoft/windwosservercore EXPOSE 80 RUN ["powershell","Invoke-WebRequest","http://nginx.org/download/nginx-1.10.0.zip","-UseBasicParsing","-OutFile","c:\\nginx.zip"] RUN ["powershell","Expand-Archive","c:\\nginx.zip","-Dest","c:\\nginx"] WORKDIR c:\\nginx\\nginx-1.10.0 ENTRYPOINT ["powershell",".\\nginx.exe"]