File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed 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.97 -1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
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 && \
66 rm -rf /var/lib/apt/lists/* /var/cache/apt/*
77
88RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
99
1010RUN npm config set @sap:registry https://npm.sap.com --global
1111
12+ # Workaround for https://npm.sap.com issue with open SSL in Debian Buster
13+ RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
14+
1215USER node
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.97 -1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
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 && \
55 rm -rf /var/lib/apt/lists/* /var/cache/apt/*
66
77RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
88
99RUN npm config set @sap:registry https://npm.sap.com --global
1010
11+ # Workaround for https://npm.sap.com issue with open SSL in Debian Buster
12+ RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
13+
1114USER node
You can’t perform that action at this time.
0 commit comments