You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
Now we do not user npm.sap.com anymore and buster is also about to be removed. Can we remove this sed?
@fwilhe Could you comment? Do you have any memory of this?
The text was updated successfully, but these errors were encountered:
@o-liver Sorry, just saw this now. Sure this can be removed. Just seen you've updated the image to bookworm, and as npm.sap.com is not operational anymore there is no reason to keep this line.
It we have the following, here in the dockerfile:
Now we do not user npm.sap.com anymore and buster is also about to be removed. Can we remove this
sed
?@fwilhe Could you comment? Do you have any memory of this?
The text was updated successfully, but these errors were encountered: