Skip to content

Commit

Permalink
Merge pull request #22 from coreruleset/chore/add-gsed
Browse files Browse the repository at this point in the history
fix: add gsed for rules activation
  • Loading branch information
fzipi committed Aug 18, 2024
2 parents ad01959 + 93960aa commit ec20f56
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 sed

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

0 comments on commit ec20f56

Please sign in to comment.