Build C application

I have an application written in C, which I built on a Linux Machine(Ubuntu 16.04). How can I containerize that so that I can write my development code on my Windows machine but build it on a docker container.

P.S. - My application has some other library dependencies.