We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34512a6 commit c692d07Copy full SHA for c692d07
Dockerfile
@@ -5,8 +5,7 @@ FROM node:$BASE_IMAGE_TAG
5
RUN apt-get update && \
6
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
7
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
8
- ln -s /usr/bin/chromium /usr/bin/google-chrome && \
9
- npm config set @sap:registry https://npm.sap.com --global
+ ln -s /usr/bin/chromium /usr/bin/google-chrome
10
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
0 commit comments