mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
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 \
|
||||
libpq-dev \
|
||||
git \
|
||||
cron \
|
||||
&& cpanm -in --no-man-pages --installdeps . \
|
||||
&& rm -rf ~/.cpanm \
|
||||
&& apt-get purge -y \
|
||||
|
|
Loading…
Reference in a new issue