Add tzdata back (#25433)

It appears that the base Docker images have removed tzdata.
We use tzdata in the debconf tests, so add it back.
This commit is contained in:
John R Barker
2017-06-07 15:54:01 +01:00
committed by GitHub
parent b76acc8ce8
commit a6c078c7fb
4 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ RUN apt-get update -y && \
rubygems \
subversion \
sudo \
tzdata \
unzip \
xsltproc \
zip \

View File

@@ -42,6 +42,7 @@ RUN apt-get update -y && \
ruby \
subversion \
sudo \
tzdata \
unzip \
xsltproc \
zip \

View File

@@ -46,6 +46,7 @@ RUN apt-get update -y && \
ruby \
subversion \
sudo \
tzdata \
unzip \
virtualenv \
xsltproc \

View File

@@ -42,6 +42,7 @@ RUN apt-get update -y && \
ruby \
subversion \
sudo \
tzdata \
unzip \
virtualenv \
xsltproc \