We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c326eb commit 0936ee8Copy full SHA for 0936ee8
src/test/docker/alpine/Dockerfile
@@ -60,3 +60,7 @@ ENV LANG=C.UTF-8
60
COPY scripts/fetch-and-build-catch.sh /fetch-and-build-catch.sh
61
RUN /fetch-and-build-catch.sh
62
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