X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-cpupooler.git;a=blobdiff_plain;f=docker-build%2Fcpupooler%2FDockerfile;h=aeba20d7135fc07f0ab091a89a75c54039cdfaa6;hp=52e3a26a8f49cdcee878d862d73e309e9a49aae9;hb=d2abe03fa20cf88bd524dc030ddb25e72bca2f2b;hpb=3291fd9a5a308c65226e27b2b840582c48e0bedb diff --git a/docker-build/cpupooler/Dockerfile b/docker-build/cpupooler/Dockerfile index 52e3a26..aeba20d 100644 --- a/docker-build/cpupooler/Dockerfile +++ b/docker-build/cpupooler/Dockerfile @@ -25,11 +25,12 @@ ENV BUILD_DIR="$GOPATH/src/github.com/nokia/CPU-Pooler" RUN apk update \ && apk upgrade \ -&& apk add --no-cache --virtual .build-deps build-base git mercurial go glide bash tar curl \ +&& apk add --no-cache --virtual .build-deps build-base git mercurial go glide bash tar \ +&& apk add --no-cache curl \ && curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 \ && chmod +x /usr/local/bin/dep \ && mkdir -p $BUILD_DIR \ -&& git clone https://github.com/Levovar/CPU-Pooler.git $BUILD_DIR \ +&& git clone https://github.com/nokia/CPU-Pooler.git $BUILD_DIR \ && cd $BUILD_DIR \ && git fetch --tags \ && git checkout ${CPUPOOLER_VERSION} \