Add bash to CI container
This commit is contained in:
parent
8a1b7a9f34
commit
d0f919d69a
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
FROM alpine:3.22
|
FROM alpine:3.22
|
||||||
|
|
||||||
RUN apk add build-base git go sqlite shellcheck curl jq
|
RUN apk add build-base git go sqlite shellcheck curl jq bash docker
|
||||||
RUN apk add docker
|
|
||||||
|
|
||||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v2.0.2
|
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v2.0.2
|
||||||
RUN GOBIN=/usr/local/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.2
|
RUN GOBIN=/usr/local/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user