diff --git a/Dockerfile b/Dockerfile index 06e0a5f..408d2d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ FROM caddy:2.7.6-builder-alpine AS caddybuild RUN xcaddy build \ --with github.com/greenpau/caddy-security \ --with github.com/lucaslorentz/caddy-docker-proxy/v2 \ - --with github.com/caddyserver/replace-response + --with github.com/caddyserver/replace-response \ + --with github.com/caddy-dns/cloudflare FROM base AS final COPY --from=caddybuild /usr/bin/caddy /usr/bin/caddy \ No newline at end of file