Add bc installation in Dockerfile
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m15s
Build / build (pull_request) Successful in 3m22s
E2E Tests / test-e2e (pull_request) Successful in 4m57s
Unit Tests / test-unit (pull_request) Successful in 2m18s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m29s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m18s
SDK Tests / sdk_tests (pull_request) Successful in 19m24s
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m15s
Build / build (pull_request) Successful in 3m22s
E2E Tests / test-e2e (pull_request) Successful in 4m57s
Unit Tests / test-unit (pull_request) Successful in 2m18s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m29s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m18s
SDK Tests / sdk_tests (pull_request) Successful in 19m24s
This commit is contained in:
parent
77d188dd97
commit
07b79a5175
@ -19,7 +19,7 @@ FROM ubuntu:22.04
|
||||
# Install ca-certificates, jq, curl, bash, and other necessary packages
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
jq curl netcat bash \
|
||||
jq curl netcat bash bc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy over binary from the builder
|
||||
|
Loading…
Reference in New Issue
Block a user