debug for docker and our own image

This commit is contained in:
2021-04-10 20:35:28 +02:00
parent 29b7576c83
commit f1f0e0b98e

View File

@@ -1,4 +1,4 @@
FROM nextcloud:apache
FROM nextcloud:stable-apache
#patch curl wrapper
RUN sed -i '/\[CURLOPT_HEADERFUNCTION\].*$/a $conf[CURLOPT_SSL_VERIFYPEER] = false;' /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \