* IS-364: Bump Golang CI. * Fix test failure * Fix readme * Update build/README.md Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
4 строки
169 B
Docker
4 строки
169 B
Docker
FROM golang:1.14.1
|
|
|
|
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq
|