We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36313dc commit ab31997Copy full SHA for ab31997
1 file changed
test/httpd/Containerfile
@@ -51,7 +51,7 @@ FROM fedora:42
51
52
ENV CONF=httpd/mod_proxy_cluster.conf
53
54
-RUN dnf install pcre apr-util wcstools -y
+RUN dnf install pcre apr-util wcstools gcovr lcov -y
55
56
COPY --from=builder /usr/local/apache2 /usr/local/apache2
57
COPY --from=builder /native /native
0 commit comments