Add bash to laconicd image
All checks were successful
Build / build (pull_request) Successful in 2m30s
Integration Tests / test-integration (pull_request) Successful in 2m46s
E2E Tests / test-e2e (pull_request) Successful in 4m4s
Lint / Run golangci-lint (pull_request) Successful in 5m59s
Unit Tests / test-unit (pull_request) Successful in 1m52s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m41s
SDK Tests / sdk_tests (pull_request) Successful in 8m20s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 13m13s
All checks were successful
Build / build (pull_request) Successful in 2m30s
Integration Tests / test-integration (pull_request) Successful in 2m46s
E2E Tests / test-e2e (pull_request) Successful in 4m4s
Lint / Run golangci-lint (pull_request) Successful in 5m59s
Unit Tests / test-unit (pull_request) Successful in 1m52s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m41s
SDK Tests / sdk_tests (pull_request) Successful in 8m20s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 13m13s
This commit is contained in:
parent
1d3311b864
commit
84c21e0ab7
@ -20,7 +20,7 @@ RUN make build
|
|||||||
FROM alpine:3.17.0
|
FROM alpine:3.17.0
|
||||||
|
|
||||||
# Install ca-certificates
|
# Install ca-certificates
|
||||||
RUN apk add --update ca-certificates jq curl
|
RUN apk add --update ca-certificates jq curl bash
|
||||||
|
|
||||||
# Copy over binaries from the build-env
|
# Copy over binaries from the build-env
|
||||||
COPY --from=build-env /go/src/git.vdb.to/cerc-io/laconicd/build/laconicd /usr/bin/laconicd
|
COPY --from=build-env /go/src/git.vdb.to/cerc-io/laconicd/build/laconicd /usr/bin/laconicd
|
||||||
|
Loading…
Reference in New Issue
Block a user