Dockerfile: Remove no longer needed cron dependency
This commit is contained in:
parent
b1591eed54
commit
3f83205c1c
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
git \
|
git \
|
||||||
cron \
|
|
||||||
&& cpanm -in --no-man-pages --installdeps . \
|
&& cpanm -in --no-man-pages --installdeps . \
|
||||||
&& rm -rf ~/.cpanm \
|
&& rm -rf ~/.cpanm \
|
||||||
&& apt-get purge -y \
|
&& apt-get purge -y \
|
||||||
|
|
Loading…
Reference in a new issue