Skip to content

Commit

Permalink
Add timezone to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 27, 2024
1 parent bff077b commit 1746f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ COPY . .

ENV TZ=Europe/London

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/tim

RUN apt update
RUN apt install -y git
RUN apt install -y libfftw3-dev
Expand Down

0 comments on commit 1746f23

Please sign in to comment.