diff --git a/Dockerfile b/Dockerfile index 692280d..a830712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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