We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d3439 commit 76c866aCopy full SHA for 76c866a
testkit/Dockerfile
@@ -16,7 +16,7 @@ RUN npm install -g npm \
16
&& /bin/bash -c 'hash -d npm'
17
RUN npm install -g gulp
18
19
-# Enable tls v1.0
+# Enabling tls v1.0
20
RUN echo "openssl_conf = openssl_configuration\n"|cat - /etc/ssl/openssl.cnf > /tmp/openssl_conf.cnf \
21
&& mv /tmp/openssl_conf.cnf /etc/ssl/openssl.cnf
22
RUN echo "[openssl_configuration]\n\
0 commit comments