From 2c35b7a4b5c901e2d22f8149dc47587f63c9ca55 Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Mon, 16 Feb 2026 11:41:19 +0000 Subject: [PATCH] Fix testNoHostValidationWithDevKey: avoid external dependency on example.com --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94ff6eee27..9afe164809 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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