]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
IBM Z: Install Codecov dependencies on the self-hosted builder
authorIlya Leoshkevich <iii@linux.ibm.com>
Sun, 6 Feb 2022 20:00:49 +0000 (21:00 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Feb 2022 20:03:18 +0000 (21:03 +0100)
arch/s390/self-hosted-builder/actions-runner.Dockerfile

index 8b9f60945f77c48030ced3eb0ea8b7cc4d79ffa1..5e247fd9d3dc0785d15c031145ce11554dd49011 100644 (file)
@@ -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.