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 7c1ae62 commit f8cde46Copy full SHA for f8cde46
Dockerfile
@@ -80,7 +80,9 @@ RUN set -eux; \
80
\
81
apk del .build-deps
82
83
-RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /etc/ssl/openssl.cnf
+RUN echo 'Wait for it...' \
84
+ && sed -i 's/CipherString = DEFAULT@SECLEVEL=2/CipherString = DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf \
85
+ || echo 'CipherString = DEFAULT@SECLEVEL=1' >> /etc/ssl/openssl.cnf
86
87
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
88
0 commit comments