0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-20 01:12:46 +02:00
wp-ansible/Dockerfile.windows

15 lines
489 B
Docker
Raw Normal View History

2018-07-18 17:05:45 +02:00
# escape=`
FROM microsoft/nanoserver:10.0.14393.1593
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Ansible" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
# TODO: install required tools
ADD release\drone-ansible.exe c:\drone-ansible.exe
ENTRYPOINT [ "c:\\drone-ansible.exe" ]