Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Nov 30, 2024
1 parent 56b1677 commit bc162a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ARG CADDY_VERSION
FROM caddy:${CADDY_VERSION}-builder-alpine AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddyserver/replace-response \
--with github.com/sablierapp/sablier/plugins/caddy
--with github.com/caddyserver/replace-response

FROM caddy:${CADDY_VERSION}-alpine
RUN apk add --update --no-cache inotify-tools
Expand Down

0 comments on commit bc162a2

Please sign in to comment.