File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# node-10 is LTS and required for sap approuter. EOL: 2021-04-01
2- FROM node:10-stretch
2+ FROM node:10-buster
33
44RUN apt-get update && \
5- apt-get install -y chromium=70 .0.3538.110 -1~deb9u1 firefox-esr xvfb libxi6 libgconf-2-4 default -jre && \
5+ apt-get install -y chromium=78 .0.3904.97 -1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11 -jre && \
66 rm -rf /var/lib/apt/lists/* /var/cache/apt/*
77
88RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
Original file line number Diff line number Diff line change 1- FROM node:12-stretch
1+ FROM node:12-buster
22
33RUN apt-get update && \
4- apt-get install -y chromium firefox-esr xvfb libxi6 libgconf-2-4 default -jre && \
4+ apt-get install -y chromium=78.0.3904.97-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11 -jre && \
55 rm -rf /var/lib/apt/lists/* /var/cache/apt/*
66
77RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
You can’t perform that action at this time.
0 commit comments