Fix testNoHostValidationWithDevKey: avoid external dependency on example.com

This commit is contained in:
Prem Palanisamy
2026-02-18 06:23:19 +00:00
committed by premtsd-code
parent 24b1a70646
commit 2c35b7a4b5
-4
View File
@@ -14,10 +14,6 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
FROM appwrite/base:1.0.0 AS base
RUN wget -qO /usr/local/share/ca-certificates/AAA_Certificate_Services.crt \
"https://crt.sh/?d=331986" \
&& update-ca-certificates
LABEL maintainer="team@appwrite.io"
ARG VERSION=dev