about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 72dc719..512d6c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,8 @@ ARG VARIANT=alpine
 FROM docker.io/caddy:${VERSION}-builder-${VARIANT} AS builder
 
 RUN xcaddy build \
-    --with github.com/gamalan/caddy-tlsredis
+    --with github.com/gamalan/caddy-tlsredis \
+    --with github.com/sebastianbrunnert/caddy-advanced-metrics
 
 FROM docker.io/caddy:${VERSION}-${VARIANT}