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=78.0.3904.108-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
6- rm -rf /var/lib/apt/lists/* /var/cache/apt/*
7-
8- RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
9-
10- RUN npm config set @sap:registry https://npm.sap.com --global
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 && \
6+ rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
7+ ln -s /usr/bin/chromium /usr/bin/google-chrome && \
8+ npm config set @sap:registry https://npm.sap.com --global
119
1210# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
1311RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
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=78.0.3904.108-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
5- rm -rf /var/lib/apt/lists/* /var/cache/apt/*
6-
7- RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
8-
9- RUN npm config set @sap:registry https://npm.sap.com --global
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 && \
5+ rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
6+ ln -s /usr/bin/chromium /usr/bin/google-chrome && \
7+ npm config set @sap:registry https://npm.sap.com --global
108
119# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
1210RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
You can’t perform that action at this time.
0 commit comments