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?
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?