Dockerfile: Remove no longer needed cron dependency

This commit is contained in:
Daniel Friesel 2019-05-31 23:56:30 +02:00
parent b1591eed54
commit 3f83205c1c

View file

@ -10,7 +10,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
build-essential \
libpq-dev \
git \
cron \
&& cpanm -in --no-man-pages --installdeps . \
&& rm -rf ~/.cpanm \
&& apt-get purge -y \