10111: Merge branch 'master' into 10111-collection-labels
[arvados.git] / build / package-build-dockerfiles / ubuntu1604 / Dockerfile
index fec55e60d5d1e683e7cf483cc7abe24e789005e6..265141c6dbb6a06a7c964c7b76c04c3ad92c352a 100644 (file)
@@ -2,7 +2,7 @@ FROM ubuntu:xenial
 MAINTAINER Ward Vandewege <ward@curoverse.com>
 
 # Install dependencies and set up system.
-RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev libgnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip unzip
+RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev libgnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip unzip tzdata
 
 # Install RVM
 RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && \