Skip to content

Commit

Permalink
Suppression reinstallation tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Feb 2, 2024
1 parent 26ae33c commit d2aa586
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
# Le JAR et le script pour le batch de LN
RUN dnf install -y java-11-openjdk

#TODO MAJ pour affichage heure correcte serveur
RUN dnf update && \
dnf install -y tzdata

ENV TZ="Europe/Paris"

RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
Expand Down

0 comments on commit d2aa586

Please sign in to comment.