FROM golang:1.10

RUN apt-get update && apt-get install -y unzip patch && apt-get clean
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go
