github.com/aergoio/aergo@v1.3.1/Docker/Dockerfile.builder (about) 1 FROM golang:1.12.5-alpine3.9 2 ARG GIT_TAG=master 3 RUN apk update && apk add git cmake build-base m4 4 RUN git clone --branch ${GIT_TAG} --recursive https://github.com/aergoio/aergo.git \ 5 && cd aergo \ 6 && make aergosvr polaris colaris aergocli aergoluac brick 7