mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
fix templ cli install in docker
This commit is contained in:
@@ -6,10 +6,9 @@ ARG TARGETARCH
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
# fuck google
|
||||
RUN go env -w GOPROXY=direct
|
||||
|
||||
RUN go install github.com/a-h/templ/cmd/templ@latest
|
||||
# moved this to here, because go.lsp.dev is gone, and that's where one of the modules that templ cli needs resides, go proxy still has the module
|
||||
RUN go env -w GOPROXY=direct
|
||||
RUN go install github.com/dlclark/regexp2cg@main
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user