mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added cron to list of packages (#5729)
This commit is contained in:
parent
82cf1a4467
commit
fa465a84df
|
@ -18,6 +18,7 @@ patch \
|
||||||
curl \
|
curl \
|
||||||
vim \
|
vim \
|
||||||
git \
|
git \
|
||||||
|
cron \
|
||||||
mysql-client \
|
mysql-client \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
Loading…
Reference in a new issue