diff --git a/runner/Dockerfile b/runner/Dockerfile index e45eeecd..966e4f38 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -37,6 +37,7 @@ RUN apt update -y \ wget \ zip \ zstd \ + && cd /usr/bin && ln -sf python3 python \ && rm -rf /var/lib/apt/lists/* RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ diff --git a/runner/dindrunner.Dockerfile b/runner/dindrunner.Dockerfile index 40178afa..6cc67799 100644 --- a/runner/dindrunner.Dockerfile +++ b/runner/dindrunner.Dockerfile @@ -21,6 +21,7 @@ RUN apt update \ netcat \ openssh-client \ parallel \ + python-is-python3 \ rsync \ shellcheck \ sudo \