This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch php8 in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
commit 82160599ef2eb82ac85e8e0e3f8934c25855f3b9 Author: Joshua Auerbach <[email protected]> AuthorDate: Wed Feb 24 09:45:50 2021 -0500 Add python dependency so remote build will work (#2) --- core/php7.3Action/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile index f04a158..7fc8d49 100644 --- a/core/php7.3Action/Dockerfile +++ b/core/php7.3Action/Dockerfile @@ -48,6 +48,7 @@ RUN \ libxml2-dev \ libzip-dev \ postgresql-server-dev-9.6 \ + python \ unzip \ zlib1g-dev \ # Cleanup apt data, we do not need them later on.
