File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22FROM node:10-buster
33
44RUN apt-get update && \
5- apt-get install -y chromium=79 .0.3945.130 -1~deb10u1 firefox-esr=68.4.1esr -1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
5+ apt-get install -y chromium=80 .0.3987.162 -1~deb10u1 firefox-esr=68.7.0esr -1~deb10u1 xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
66 rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
77 ln -s /usr/bin/chromium /usr/bin/google-chrome && \
88 npm config set @sap:registry https://npm.sap.com --global
Original file line number Diff line number Diff line change 11FROM node:12-buster
22
33RUN apt-get update && \
4- apt-get install -y chromium=79 .0.3945.130 -1~deb10u1 firefox-esr=68.4.1esr -1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
4+ apt-get install -y chromium=80 .0.3987.162 -1~deb10u1 firefox-esr=68.7.0esr -1~deb10u1 xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
55 rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
66 ln -s /usr/bin/chromium /usr/bin/google-chrome && \
77 npm config set @sap:registry https://npm.sap.com --global
You can’t perform that action at this time.
0 commit comments