Skip to content

Commit

Permalink
Fix : ajout installation pgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 14, 2024
1 parent f389a68 commit cd9db2c
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 @@ -62,6 +62,7 @@ ENV LC_ALL fr_FR.UTF-8
RUN dnf install -y cronie gettext && \
crond -V && rm -rf /etc/cron.*/*
COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
RUN yum install -y procps
# Le JAR et le script pour le batch de LN
RUN dnf install -y java-11-openjdk

Expand Down

0 comments on commit cd9db2c

Please sign in to comment.