ClickHouse/docker/test/integration/Dockerfile

7 lines
168 B
Docker
Raw Normal View History

2018-11-21 12:05:31 +00:00
FROM ubuntu:18.04
RUN apt-get update && apt-get -y install tzdata
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone