mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
dockerfile: use debian:stretch-slim and cpan --no-man-pages
This commit is contained in:
parent
45410607d3
commit
f17c76a4fb
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue