From 10797cf6a4c4a79a490b7579c3d0417c8fb1c987 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 5 Apr 2019 13:23:48 +0200 Subject: [PATCH] uuid is not include in docker image --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 3981b6ed54..d3eb43d94c 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" + - "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev uuid" - "./scripts/ci/install-deps.sh" - "./scripts/ci/end-to-end-tests.sh" plugins: