dockerfile: use debian:stretch-slim and cpan --no-man-pages

This commit is contained in:
Markus Witt 2019-04-14 01:18:11 +02:00
parent 45410607d3
commit f17c76a4fb

View file

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:stretch-slim
ARG DEBIAN_FRONTEND=noninteractive
@ -8,7 +8,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libpq-dev \
git \
ssmtp \
&& cpanm -in \
&& cpanm -in --no-man-pages \
Cache::File \
Crypt::Eksblowfish \
DateTime \