Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1538 @1ambda It's good if we did that in apache zeppelin repo. but in this case instead of using the created binary versions, we should build the source code inside the docker. Like that: ``` RUN git clone https://git-wip-us.apache.org/repos/asf/zeppelin.git "/usr/local/zeppelin" && \ cd /usr/local/zeppelin/ && \ git checkout v0.6.1 && mvn clean package -DskipTests ``` I think that alpine doesn't play well with node, so we could use ubuntu, what do you think?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---