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