This is an automated email from the ASF dual-hosted git repository. apucher pushed a commit to branch dockerfile-fix-for-5428 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit c85dbed65534e7b060c7fb55f293f64e1f079972 Author: Alexander Pucher <a...@alexpucher.com> AuthorDate: Tue May 26 22:21:32 2020 -0700 [TE] fix dockerfile to account for #5428 changes --- 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