From: Ilya Leoshkevich Date: Sun, 6 Feb 2022 20:00:49 +0000 (+0100) Subject: IBM Z: Install Codecov dependencies on the self-hosted builder X-Git-Tag: 2.1.0-beta1~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bdbbc26cebd75175ceb2fd4c27d8a63ebedf54d;p=thirdparty%2Fzlib-ng.git IBM Z: Install Codecov dependencies on the self-hosted builder --- diff --git a/arch/s390/self-hosted-builder/actions-runner.Dockerfile b/arch/s390/self-hosted-builder/actions-runner.Dockerfile index 8b9f6094..5e247fd9 100644 --- a/arch/s390/self-hosted-builder/actions-runner.Dockerfile +++ b/arch/s390/self-hosted-builder/actions-runner.Dockerfile @@ -16,9 +16,12 @@ RUN apt-get update && apt-get -y install \ gcc \ git \ jq \ + libxml2-dev \ + libxslt-dev \ ninja-build \ python-is-python3 \ python3 \ + python3-dev \ python3-pip # amd64 dependencies.