aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-11-15 13:51:14 +0100
committerArnstein Ressem <aressem@yahooinc.com>2023-11-15 13:51:14 +0100
commit5f8872a53d7627844191c68d1fb757c429fa2f43 (patch)
tree506c1dd9c186f4c124912f04a2f3d9755774bab7 /screwdriver.yaml
parent29109450c8c2c98d969a711b8f6240bb5594c150 (diff)
Install python as it is not part of base image anymore.
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index dd9fa5cba8b..ea0ec95f2cc 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -278,7 +278,7 @@ jobs:
meta set vespa.version $VESPA_VERSION
- install-dependencies: |
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
- dnf install -y docker-ce docker-ce-cli containerd.io
+ dnf install -y docker-ce docker-ce-cli containerd.io python3 python3-pip
docker system info
- release-java-artifacts: |
screwdriver/release-java-artifacts.sh $VESPA_VERSION $VESPA_REF