node-chromium icon indicating copy to clipboard operation
node-chromium copied to clipboard

Cannot install a concrete revision of chromium browser using environment variable NODE_CHROMIUM_REVISION

Open ngoc308 opened this issue 2 years ago • 1 comments

I am using docker based image centos7, try to install chromium browser with a concrete revision with the following commands:

RUN export NODE_CHROMIUM_REVISION=856583 RUN yum install -y chromium

However, the lastest version of chromium is always installed instead of a expected one. Could anyone help me on this issue?

ngoc308 avatar Mar 18 '22 07:03 ngoc308