Skip to content

Commit 76c866a

Browse files
committed
Fix comment to trigger the build
1 parent 35d3439 commit 76c866a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN npm install -g npm \
1616
&& /bin/bash -c 'hash -d npm'
1717
RUN npm install -g gulp
1818

19-
# Enable tls v1.0
19+
# Enabling tls v1.0
2020
RUN echo "openssl_conf = openssl_configuration\n"|cat - /etc/ssl/openssl.cnf > /tmp/openssl_conf.cnf \
2121
&& mv /tmp/openssl_conf.cnf /etc/ssl/openssl.cnf
2222
RUN echo "[openssl_configuration]\n\

0 commit comments

Comments
 (0)