]> Dogcows Code - chaz/p5-HTTP-AnyUA/commitdiff
add Dockerfile for testing master
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 14 Apr 2019 17:47:15 +0000 (11:47 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 14 Apr 2019 17:47:15 +0000 (11:47 -0600)
Dockerfile.test [new file with mode: 0644]

diff --git a/Dockerfile.test b/Dockerfile.test
new file mode 100644 (file)
index 0000000..9d983b8
--- /dev/null
@@ -0,0 +1,4 @@
+FROM perl:5.14
+MAINTAINER Charles McGarvey <ccm@cpan.org>
+# RUN apt-get update && apt-get install -y libexpat1-dev libssl-dev
+RUN cpanm -n TAP::Formatter::JUnit
This page took 0.019182 seconds and 4 git commands to generate.