Initial Commit to Add RestAPI Server to IEC
[iec.git] / src / foundation / api / docker / Dockerfile.base.golang
1 FROM golang:1.12.7
2 RUN go get github.com/revel/revel && go get github.com/revel/cmd/revel && \
3     go get github.com/revel/modules && \
4     go get github.com/valyala/fasthttp && go get golang.org/x/crypto/bcrypt && \
5     go get gopkg.in/gorp.v2
6