FROM ubuntu:15.10

RUN apt-get -y update
RUN apt-get -y install curl file gcc gcc-mingw-w64-i686 zip
