diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 740fff75..e6942b6b 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -15,7 +15,7 @@ ENV BITCOIND_RPC_USERNAME=foo ENV BITCOIND_RPC_PASSWORD=rpcpassword RUN apt-get update && \ - apt-get install -y --no-install-recommends wget curl && \ + apt-get install -y --no-install-recommends wget curl ca-certificates && \ rm -rf /var/lib/apt/lists/* RUN mkdir -p /app/data