From 23620eb6f8f7ec0559a100c54451770e1ee6d274 Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Mon, 2 Sep 2024 10:43:36 +0200 Subject: [PATCH] Install ca-certificates for https:// access. --- .github/actions/bats/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/bats/Dockerfile b/.github/actions/bats/Dockerfile index 34a2ef4..66d0a25 100644 --- a/.github/actions/bats/Dockerfile +++ b/.github/actions/bats/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && \ qrencode \ bash \ bats \ + ca-certificates \ wget && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*