Skip to content
Snippets Groups Projects
Unverified Commit 40765b4a authored by Michka Popoff's avatar Michka Popoff Committed by GitHub
Browse files

Merge pull request #6889 from dawidd6/dockerfile-tzdata

Dockerfile: install tzdata apt package
parents c0b91676 03028d57
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ RUN apt-get update \
patch \
sudo \
uuid-runtime \
tzdata \
&& rm -rf /var/lib/apt/lists/*
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment