From 1ba87c312a94d25c6fd2ef22b97cb2f193f3fdcb Mon Sep 17 00:00:00 2001 From: Felix Pojtinger Date: Mon, 16 Mar 2020 14:42:35 +0100 Subject: [PATCH] fix: Add curl build dependency to integration tests --- Dockerfile.integrationTests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.integrationTests b/Dockerfile.integrationTests index 05ba6b2..688affc 100644 --- a/Dockerfile.integrationTests +++ b/Dockerfile.integrationTests @@ -27,6 +27,8 @@ ARG TARGETPLATFORM WORKDIR /app +RUN apk add -u curl + RUN curl -Lo /tmp/dibs https://github.com/pojntfx/dibs/releases/latest/download/dibs-linux-amd64 RUN install /tmp/dibs /usr/local/bin