Skip to content

Commit 6d616c3

Browse files
authored
Remove openssl workaround for npm.sap.com
Not needed anymore, see #48
1 parent 25edb95 commit 6d616c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ RUN apt-get update && \
99
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
1010
ln -s /usr/bin/chromium /usr/bin/google-chrome
1111

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

0 commit comments

Comments
 (0)