You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/03/25 11:40:36 UTC

[phoenix] branch master updated: PHOENIX-6675 create-release script broken by upgrade to Yetus 0.13

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new bc080c3  PHOENIX-6675 create-release script broken by upgrade to Yetus 0.13
bc080c3 is described below

commit bc080c3ddf6253c3cef3418d7da86b5bd5d8bbe3
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Mar 25 08:38:38 2022 +0100

    PHOENIX-6675 create-release script broken by upgrade to Yetus 0.13
---
 dev/create-release/phoenix-rm/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev/create-release/phoenix-rm/Dockerfile b/dev/create-release/phoenix-rm/Dockerfile
index be91e9a..9aa97aa 100644
--- a/dev/create-release/phoenix-rm/Dockerfile
+++ b/dev/create-release/phoenix-rm/Dockerfile
@@ -38,12 +38,15 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \
     maven='3.6.0-*' \
     openjdk-8-jdk='8*' \
     python-pip='9.0.1-*' \
+    python3-pip='9.0.1-*' \
     subversion='1.9.7-*' \
     wget='1.19.4-*' \
   && apt-get clean \
   && rm -rf /var/lib/apt/lists/* \
   && update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java \
   && pip install \
+    python-dateutil==2.8.1 \
+  && pip3 install \
     python-dateutil==2.8.1
 # Install Apache Yetus
 ENV YETUS_VERSION 0.13.0