From 22607d91457fb5d86b55e53c7c1a794a03a26665 Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:22:27 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29d2b88..a40bc06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ FROM caddy:2.7.6-builder AS builder RUN xcaddy build \ --with github.com/caddy-dns/cloudflare \ --with github.com/mholt/caddy-webdav \ - --with github.com/caddyserver/replace-response + --with github.com/caddyserver/replace-response \ + --with github.com/porech/caddy-maxmind-geolocation FROM caddy:2.7.6