[
https://issues.apache.org/jira/browse/METRON-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463365#comment-16463365
]
ASF GitHub Bot commented on METRON-1214:
----------------------------------------
Github user DimDroll commented on the issue:
https://github.com/apache/metron/pull/775
It's been a while, sorry for ignorance. I am not able to replicate it now.
I appreciate your follow up on this.
It can be rejected and closed.
> rpm build fails due to npm absence in Dockerfile
> -------------------------------------------------
>
> Key: METRON-1214
> URL: https://issues.apache.org/jira/browse/METRON-1214
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.4.1
> Reporter: Dima Kovalyov
> Priority: Minor
>
> I've received error in metron/metron-deployment/packaging/docker/rpm-docker
> that npm is not installed, which failed the whole RPM build. To fix it I've
> added npm to line 28 in Dockerfile:
> {code}
> RUN yum -y install asciidoc rpm-build rpm2cpio tar unzip xmlto zip rpmlint
> npm && yum clean all
> {code}
> Requirement of npm was introduced after ui and rest addition.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)