I am trying to create an image based on this dockerfile:
https://github.com/99designs/aws-vault/blob/master/Dockerfile
Here are the 3 steps I followed:
git clone https://github.com/99designs/aws-vault.git
cd aws-vault/
docker build . --disable-content-trust -t shantanuo/pm
Got this error:
The command '/bin/sh -c go build -a -tags netgo -ldflags '-w' -o /bin/aws-vault' returned a non-zero code: 1
Not sure if this issue is related to go language or docker though!