Skip to content

Commit

Permalink
fix: bypass golang cache for caddy build
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 20, 2024
1 parent 1cea580 commit 2bd2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM caddy:2.9-builder AS builder

RUN xcaddy build \
RUN GOPROXY=direct xcaddy build \
--with go.lumeweb.com/caddy-etcd \
--with github.com/anxuanzi/caddy-dns-ClouDNS

Expand Down

0 comments on commit 2bd2a9d

Please sign in to comment.