fix installing tzdata on Docker again

This commit is contained in:
Denis Rouzaud 2019-05-21 13:49:32 -05:00
parent ac25ee2a04
commit 2cc04c27aa

View File

@ -11,8 +11,7 @@ LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Ve
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
apt-transport-https \
bison \
ca-certificates \