From 6b42b60aceb852986618469126ada0e8228e8f4a Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 15:04:16 -0500 Subject: [PATCH] force exact match on tools version Signed-off-by: Jeremy Mordkoff --- BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.sh b/BUILD.sh index c732207e..b322af34 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -155,7 +155,7 @@ if [[ $PLATFORM == ub16 ]]; then # and install the tools sudo apt remove -y rw.toolchain-rwbase tcpdump - sudo apt-get install -y rw.tools-container-tools rw.tools-scripts python + sudo apt-get install -y rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python elif [[ $PLATFORM == fc20 ]]; then # get the container tools from the correct repository sudo rm -f /etc/yum.repos.d/private.repo -- 2.25.1