Skip to content

Commit

Permalink
Remove sap npm registry (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kurzynski authored Nov 13, 2020
1 parent 34512a6 commit c692d07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM node:$BASE_IMAGE_TAG
RUN apt-get update && \
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
ln -s /usr/bin/chromium /usr/bin/google-chrome && \
npm config set @sap:registry https://npm.sap.com --global
ln -s /usr/bin/chromium /usr/bin/google-chrome

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

0 comments on commit c692d07

Please sign in to comment.