​Docker Timezone in Ubuntu 16.04 Image​

FROM ubuntu:16.04

RUN apt-get update && \
apt-get install -y software-properties-common apt-utils locales tzdata
ENV TZ=Asia/Shanghai