Skip to content

Commit

Permalink
git seems to be needed
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Oct 2, 2023
1 parent 96951f9 commit 84b9bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV CADDY_HASH 29233e285b83dfa070d1f6889c021cb32c161b89
# hadolint ignore=DL3018
RUN set -ex; \
apk add --no-cache \
build-base; \
build-base \
git; \
go install github.com/caddyserver/xcaddy/cmd/xcaddy@"$XCADDY_VERSION"; \
chmod +x /go/bin/xcaddy; \
/go/bin/xcaddy build --with github.com/porech/caddy-maxmind-geolocation@"$CADDY_HASH"
Expand Down

0 comments on commit 84b9bd0

Please sign in to comment.