summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/s390/self-hosted-builder/actions-runner.Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/self-hosted-builder/actions-runner.Dockerfile b/arch/s390/self-hosted-builder/actions-runner.Dockerfile
index 8b9f60945f..5e247fd9d3 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.