curl to get newer

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst
2019-09-20 14:24:59 -07:00
parent 98fad2c1ec
commit 7db4224719

View File

@@ -11,9 +11,11 @@ jobs:
run: |
echo "hello worold"
sudo apt-get update
sudo apt-get install -y docker git
sudo apt-get install -y curl git
echo "still?"
git clone https://github.com/kata-containers/packaging
cd packaging
echo `pwd`
echo "done...."
curl -fsSL https://get.docker.com | bash