This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new ac443f4 [TE] fix dockerfile to account for #5428 changes (#5452) ac443f4 is described below commit ac443f4c322066311902e6628dd54f2acd56be2e Author: Alexander Pucher <apuc...@apache.org> AuthorDate: Wed May 27 00:23:58 2020 -0700 [TE] fix dockerfile to account for #5428 changes (#5452) Co-authored-by: Alexander Pucher <a...@alexpucher.com> --- docker/images/pinot-thirdeye/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/images/pinot-thirdeye/Dockerfile b/docker/images/pinot-thirdeye/Dockerfile index a6d9a73..42e23c7 100644 --- a/docker/images/pinot-thirdeye/Dockerfile +++ b/docker/images/pinot-thirdeye/Dockerfile @@ -50,6 +50,9 @@ RUN npm install -g phantomjs --unsafe-perm --ignore-scripts RUN git clone ${PINOT_GIT_URL} ${TE_BUILD_DIR} \ && cd ${TE_BUILD_DIR}/thirdeye \ && git checkout ${PINOT_BRANCH} \ + && cd thirdeye-frontend \ + && mvn clean install -X -DskipTests || exit 1 \ + && cd .. \ && mvn clean install -X -DskipTests || exit 1 \ && mkdir -p ${TE_HOME}/config/default \ && mkdir -p ${TE_HOME}/bin \ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org