From a0fc58a8ef2f75ac0cba2e115031e4f0c9d92b65 Mon Sep 17 00:00:00 2001 From: Louis Pilfold <louis@lpil.uk> Date: Fri, 11 Nov 2022 14:21:58 +0000 Subject: [PATCH] Perhaps this is required --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be71f10..ab3d04f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/gleam-lang/gleam:v0.24.0-erlang-alpine # install packages required to run the tests -RUN apk add --no-cache jq coreutils +RUN apk add --no-cache jq coreutils ca-certificates bind-tools WORKDIR /opt/test-runner COPY . .