update package list before installing packages

pull/21833/head
Bruno Windels 2019-04-05 12:43:28 +02:00
parent 5581274e85
commit 9b3296f9c9
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ steps:
# TODO: Remove hacky chmod for BuildKite
- "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"
- "./scripts/ci/install-deps.sh"
- "./scripts/ci/end-to-end-tests.sh"
plugins: