Qgoda
view release on metacpan or search on metacpan
FROM perl:5.26
RUN apt-get update && apt-get install -y make nodejs git apt-transport-https
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get install -y yarn
COPY . /root/qgoda/
WORKDIR /root/qgoda/
RUN cpanm --installdeps .
RUN cpanm -n .
( run in 0.908 second using v1.01-cache-2.11-cpan-df04353d9ac )