aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-18 01:35:45 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-18 01:35:45 +0100
commit3ccc20f930a190a1fb5026f091645284fab7947d (patch)
tree3239ed8f004aff2a1f8ef7339204f1c7502e16e7
parentBuild stage now has ubuntu pool (diff)
Because maybe.
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d8444d87..2efe5cc6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -53,6 +53,9 @@ jobs:
PIP_CACHE_DIR: ".cache/pip"
steps:
+ - script: sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev
+ displayName: 'Install base dependencies'
+
- task: Docker@1
displayName: 'Login: Docker Hub'