DANM version update
[ta/caas-danm.git] / docker-build / svcwatcher / Dockerfile
index aefaae6..03cdc28 100644 (file)
@@ -34,6 +34,7 @@ RUN apk add --no-cache --virtual .tools ca-certificates gcc musl-dev go glide gi
 &&  mkdir -p $GOPATH/src/github.com/nokia \
 &&  git clone https://github.com/nokia/danm.git $GOPATH/src/github.com/nokia/danm \
 &&  cd $GOPATH/src/github.com/nokia/danm \
+&&  git fetch --tags \
 &&  git checkout ${SVCWATCHER_VERSION} \
 &&  glide install --strip-vendor \
 &&  go get -d github.com/vishvananda/netlink \