update references to andy-miracl fork

This commit is contained in:
andrew.smith@miracl.com
2016-11-03 10:46:36 +00:00
parent 3f6cfac8fd
commit 2a75322801
4 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ ENV GOPATH=/go
ENV PATH=$PATH:/usr/local/go/bin:/go/bin
RUN mkdir -p /go/bin
ADD . /go/src/github.com/crewjam/go-xmlsec
WORKDIR /go/src/github.com/crewjam/go-xmlsec
ADD . /go/src/github.com/andy-miracl/go-xmlsec
WORKDIR /go/src/github.com/andy-miracl/go-xmlsec
RUN go get github.com/crewjam/errset
RUN go build -o /bin/xmldsig ./examples/xmldsig.go