Skip to content

Commit

Permalink
added necessary packages for cron
Browse files Browse the repository at this point in the history
this addresses OCSInventory-NG#97
  • Loading branch information
dorpauli committed Apr 3, 2023
1 parent 98f90a5 commit d1a6d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d1a6d8b

Please sign in to comment.