Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
fix: Add curl build dependency to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Mar 16, 2020
1 parent bdee128 commit 1ba87c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.integrationTests
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ba87c3

Please sign in to comment.