From 4ec6069dbae2a625b159dc3526c6cf5812221689 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 7 Jan 2020 11:36:59 -0500 Subject: [PATCH] add windows --- windows_ci/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 windows_ci/Dockerfile diff --git a/windows_ci/Dockerfile b/windows_ci/Dockerfile new file mode 100644 index 0000000..6460dc7 --- /dev/null +++ b/windows_ci/Dockerfile @@ -0,0 +1,3 @@ +FROM dockcross/windows-static-x64-posix + +RUN apt update && apt install -y libarchive-dev