diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index db0b78b..fea220d 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -75,6 +75,8 @@ RUN apt-get update && \ patch \ bash \ ca-certificates \ + python2 \ + python3 \ wget \ curl \ openssl \ @@ -131,6 +133,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 / diff --git a/ci/release_semantic_versions.sh b/ci/release_semantic_versions.sh index 9577f0c..76d5d50 100755 --- a/ci/release_semantic_versions.sh +++ b/ci/release_semantic_versions.sh @@ -2,7 +2,7 @@ IMAGE=${IMAGE:-quay.io/hypernode/deploy} INPUT_VERSION=${INPUT_VERSION:-} -TAG_SPECS="php8.1-node18" +TAG_SPECS="php${PHP_VERSION}-node${NODE_VERSION}" if [ ! -n "${INPUT_VERSION}" ]; then echo "No input version provided, stopping". diff --git a/src/Application.php b/src/Application.php index 725e83d..cd25e6e 100644 --- a/src/Application.php +++ b/src/Application.php @@ -31,7 +31,7 @@ class Application Deployer version: %s Deployer Recipe version: %s - NAME; +NAME; /** * Run application