ai-perl-base/Dockerfile
2023-07-29 14:53:00 -04:00

4 lines
129 B
Docker

FROM debian:bookworm
RUN apt update && apt install -y perlbrew curl
RUN perlbrew init && perlbrew install --verbose perl-5.38.0