From 326c7b4a249c7a80c616da581a7857da47a30e67 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Fri, 23 Dec 2022 14:51:23 +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 db0b78b..8afd724 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -75,6 +75,7 @@ RUN apt-get update && \ patch \ bash \ ca-certificates \ + python3 \ wget \ curl \ openssl \ @@ -131,6 +132,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --filename=composer2 # Use version 1 for main composer binary RUN ln -s /usr/local/bin/composer1 /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 /