From: Charles McGarvey Date: Sun, 14 Apr 2019 17:47:15 +0000 (-0600) Subject: add Dockerfile for testing X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-HTTP-AnyUA;a=commitdiff_plain;h=7d3181d4bb9fab0dbf4c65d7ce5b64479d11eb01;ds=sidebyside add Dockerfile for testing --- diff --git a/Dockerfile.test b/Dockerfile.test new file mode 100644 index 0000000..9d983b8 --- /dev/null +++ b/Dockerfile.test @@ -0,0 +1,4 @@ +FROM perl:5.14 +MAINTAINER Charles McGarvey +# RUN apt-get update && apt-get install -y libexpat1-dev libssl-dev +RUN cpanm -n TAP::Formatter::JUnit