Skip to content

Commit

Permalink
Remove openssl workaround for npm.sap.com
Browse files Browse the repository at this point in the history
Not needed anymore, see #48
  • Loading branch information
fwilhe authored Aug 23, 2024
1 parent 25edb95 commit 6d616c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
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

USER node

0 comments on commit 6d616c3

Please sign in to comment.