Skip to content

Commit 0936ee8

Browse files
committed
docker/alpine: add caliper to alpine image
problem: caliper is missing from the alpine image solution: add it
1 parent 8c326eb commit 0936ee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/docker/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ ENV LANG=C.UTF-8
6060
COPY scripts/fetch-and-build-catch.sh /fetch-and-build-catch.sh
6161
RUN /fetch-and-build-catch.sh
6262

63+
# Install caliper by hand for now:
64+
COPY scripts/fetch-and-build-caliper.sh /fetch-and-build-caliper.sh
65+
RUN /fetch-and-build-caliper.sh
66+

0 commit comments

Comments
 (0)