added necessary packages for cron
this addresses https://github.com/OCSInventory-NG/OCSInventory-Docker-Image/issues/97
This commit is contained in:
parent
98f90a59f8
commit
d1a6d8bfad
@ -17,6 +17,8 @@ ENV APACHE_RUN_USER=www-data APACHE_RUN_GROUP=www-data \
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
|
||||
# install necessary packages
|
||||
&& apt-get update && apt-get install --no-install-recommends -y \
|
||||
cron \
|
||||
nano \
|
||||
wget \
|
||||
curl \
|
||||
make \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user