github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/images/minimal/Dockerfile (about)

     1  FROM golang:1.10
     2  
     3  RUN apt-get update && apt-get install -y unzip patch && apt-get clean
     4  RUN ln -s /usr/local/go/bin/go /usr/local/bin/go