diff --git a/graph-easy/Dockerfile b/graph-easy/Dockerfile new file mode 100644 index 0000000..a8ca09f --- /dev/null +++ b/graph-easy/Dockerfile @@ -0,0 +1,7 @@ +FROM perl:5.40.0 +LABEL io.whalebrew.name="graph-easy" +ENV PERL_MM_USE_DEFAULT=1 +ARG VERSION=0.76 +RUN cpan App::cpanminus +RUN cpanm Graph::Easy@${VERSION} +ENTRYPOINT [ "graph-easy" ] diff --git a/graph-easy/tags.yaml b/graph-easy/tags.yaml new file mode 100644 index 0000000..f618e5b --- /dev/null +++ b/graph-easy/tags.yaml @@ -0,0 +1,2 @@ +versions: +- 0.76