Skip to content

Commit c692d07

Browse files
Remove sap npm registry (#26)
1 parent 34512a6 commit c692d07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ FROM node:$BASE_IMAGE_TAG
55
RUN apt-get update && \
66
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
77
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
8+
ln -s /usr/bin/chromium /usr/bin/google-chrome
109

1110
# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
1211
RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf

0 commit comments

Comments
 (0)