Skip to content

Commit

Permalink
fix: add gsed for rules activation
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
  • Loading branch information
fzipi committed Aug 18, 2024
1 parent 038ff40 commit 55f8ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 gsed

# Add configuration templates
COPY src/templates /templates
Expand Down

0 comments on commit 55f8ff6

Please sign in to comment.