File: Dockerfile

package info (click to toggle)
libmastodon-client-perl 0.017-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 1,525; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
FROM perl:5.30-slim

RUN apt-get update && apt-get install --yes \
    build-essential openssl zlib1g-dev libssl-dev

COPY cpanfile cpanfile.snapshot ./

RUN cpanm -nq --installdeps .

CMD prove -lvr