Skip to content

Commit

Permalink
fix installing tzdata on Docker again
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 21, 2019
1 parent ac25ee2 commit 2cc04c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/qgis3-build-deps-disco.dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 2cc04c2

Please sign in to comment.