diff options
Diffstat (limited to 'csit/distribution/plans/setup.sh')
-rw-r--r-- | csit/distribution/plans/setup.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/csit/distribution/plans/setup.sh b/csit/distribution/plans/setup.sh index 664cb69f..54ee68f1 100644 --- a/csit/distribution/plans/setup.sh +++ b/csit/distribution/plans/setup.sh @@ -4,6 +4,7 @@ # # Modifications copyright (c) 2019 Nordix Foundation. # Modifications Copyright (C) 2020-2021 AT&T Intellectual Property. +# Modification Copyright 2021. Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,9 +23,9 @@ source ${SCRIPTS}/get-branch-mariadb.sh echo "Uninstall docker-py and reinstall docker." -pip uninstall -y docker-py -pip uninstall -y docker -pip install -U docker==2.7.0 +pip3 uninstall -y docker-py +pip3 uninstall -y docker +pip3 install -U docker sudo apt-get -y install libxml2-utils |