We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25edb95 commit 6d616c3Copy full SHA for 6d616c3
Dockerfile
@@ -9,7 +9,4 @@ RUN apt-get update && \
9
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
10
ln -s /usr/bin/chromium /usr/bin/google-chrome
11
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
-
15
USER node
0 commit comments