Skip to content

Commit

Permalink
docker/alpine: add caliper to alpine image
Browse files Browse the repository at this point in the history
problem: caliper is missing from the alpine image

solution: add it
  • Loading branch information
trws committed Aug 5, 2024
1 parent 33e6dd7 commit 724b4a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ ENV LANG=C.UTF-8
COPY scripts/fetch-and-build-catch.sh /fetch-and-build-catch.sh
RUN /fetch-and-build-catch.sh

# Install caliper by hand for now:
COPY scripts/fetch-and-build-caliper.sh /fetch-and-build-caliper.sh
RUN /fetch-and-build-caliper.sh

0 comments on commit 724b4a7

Please sign in to comment.