mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix testNoHostValidationWithDevKey: avoid external dependency on example.com
This commit is contained in:
committed by
premtsd-code
parent
24b1a70646
commit
2c35b7a4b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user