mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-23 21:46:06 +03:00
fix 1.22 build
This commit is contained in:
parent
4bbe59309d
commit
58f9652446
@ -20,7 +20,7 @@ RUN set -eux; \
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
|
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
|
||||||
go install github.com/go-delve/delve/cmd/dlv@latest && \
|
go install github.com/go-delve/delve/cmd/dlv@latest && \
|
||||||
go install github.com/cosmtrek/air@latest && \
|
go install github.com/air-verse/air@latest && \
|
||||||
go install github.com/jstemmer/go-junit-report@latest && \
|
go install github.com/jstemmer/go-junit-report@latest && \
|
||||||
go install github.com/axw/gocov/gocov@latest && \
|
go install github.com/axw/gocov/gocov@latest && \
|
||||||
go install gotest.tools/gotestsum@latest && \
|
go install gotest.tools/gotestsum@latest && \
|
||||||
|
@ -2,7 +2,7 @@ FROM golang:1.22-alpine
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
|
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
|
||||||
go install github.com/go-delve/delve/cmd/dlv@latest && \
|
go install github.com/go-delve/delve/cmd/dlv@latest && \
|
||||||
go install github.com/cosmtrek/air@latest && \
|
go install github.com/air-verse/air@latest && \
|
||||||
go install github.com/jstemmer/go-junit-report@latest && \
|
go install github.com/jstemmer/go-junit-report@latest && \
|
||||||
go install github.com/axw/gocov/gocov@latest && \
|
go install github.com/axw/gocov/gocov@latest && \
|
||||||
go install gotest.tools/gotestsum@latest && \
|
go install gotest.tools/gotestsum@latest && \
|
||||||
|
Loading…
Reference in New Issue
Block a user