added necessary packages for cron

this addresses https://github.com/OCSInventory-NG/OCSInventory-Docker-Image/issues/97
This commit is contained in:
dor_pauli 2023-04-03 20:47:02 +02:00
parent 98f90a59f8
commit d1a6d8bfad
No known key found for this signature in database
GPG Key ID: B2F6B1E15963F107

View File

@ -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 \