node-chromium
node-chromium copied to clipboard
Cannot install a concrete revision of chromium browser using environment variable NODE_CHROMIUM_REVISION
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?