Myriad
view release on metacpan or search on metacpan
FROM deriv/dzil
ARG HTTP_PROXY
WORKDIR /app
# Conditional copy - we want whichever files exist, and we'd typically expect to see at least one
ONBUILD COPY aptfil[e] cpanfil[e] dist.in[i] /app/
ONBUILD RUN prepare-apt-cpan.sh \
&& dzil authordeps | cpanm -n
ONBUILD COPY . /app/
ONBUILD RUN if [ -f /app/app.pl ]; then perl -I /app/lib -c /app/app.pl; fi
RUN dzil install \
( run in 0.850 second using v1.01-cache-2.11-cpan-71847e10f99 )