Update Dockerfile

This commit is contained in:
fuomag9
2025-11-11 19:21:49 +01:00
parent c10808cf3b
commit a5f6aed25d

View File

@@ -16,6 +16,7 @@ FROM ubuntu:24.04
# Install runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
wget \
&& rm -rf /var/lib/apt/lists/*
# Copy caddy binary from builder