summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarkus Witt <feuerrot@feuerrot.org>2019-04-14 01:18:11 +0200
committerMarkus Witt <feuerrot@feuerrot.org>2019-05-03 22:36:12 +0200
commitf17c76a4fb780fc6d00cb040f274a93de3087a6c (patch)
treeab5a21aea5cc9befb05b4e5311f27a61470d284d /Dockerfile
parent45410607d3c1142ade18f884f3c2a4a2a18a1b73 (diff)
dockerfile: use debian:stretch-slim and cpan --no-man-pages
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8d50a06..167294b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \