Here is my Dockerfile for my flask container
FROM ubuntu:latest RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RU