From 88fc0db77a884076a6e6e18d9681d14e62250dc7 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Fri, 23 Dec 2022 14:54:16 +0100 Subject: [PATCH] Install python3 as default python executable --- ci/build/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index 518e671..56df6e1 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update && \ bash \ jq \ ca-certificates \ + python3 \ wget \ curl \ openssl \ @@ -104,6 +105,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2.2 --filename=compose # Use version 1 for main composer binary RUN rm -f /usr/local/bin/composer; ln -s /usr/local/bin/composer2 /usr/local/bin/composer +# Set python3 as default python executable +RUN ln -s /usr/bin/python3 /usr/local/bin/python + # Copy container files COPY ./ci/build/files /