diff --git a/caddy/Dockerfile b/caddy/Dockerfile index a918491..0808e5a 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -128,8 +128,8 @@ RUN set -eux; \ echo "Skipping libcap installation and cap_net_bind_service capability for Caddy"; \ fi -# USe envsubst instead of esh -RUN apk add --no-cache envsubst +# Use envsubst instead of esh +RUN apk add --no-cache envsubst sed # Add configuration templates COPY src/templates /templates