Skip to content

Commit

Permalink
FIX : ajout installation pgrep dans dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Jul 1, 2024
1 parent 03173d0 commit e1667c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ WORKDIR /scripts/
# systeme pour les crontab
# cronie: remplacant de crond qui support le CTRL+C dans docker (sans ce système c'est compliqué de stopper le conteneur)
# gettext: pour avoir envsubst qui permet de gérer le template tasks.tmpl
RUN yum install -y procps
RUN dnf install -y cronie gettext && \
crond -V && rm -rf /etc/cron.*/*
COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
Expand Down

0 comments on commit e1667c6

Please sign in to comment.