From 296ee30b9d66200b83d75badba4c11b463dad41f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 5 Apr 2019 15:05:54 +0200 Subject: [PATCH] we need uuidgen, not uuid command. former is part of utils-linux --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index d3eb43d94c..4960598640 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -13,7 +13,7 @@ steps: - "chmod +x ./scripts/ci/*.sh" - "chmod +x ./scripts/*" - "apt-get update" - - "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev uuid" + - "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev util-linux" - "./scripts/ci/install-deps.sh" - "./scripts/ci/end-to-end-tests.sh" plugins: