Skip to content

Commit ac25ee2

Browse files
committedMay 21, 2019
fix installing tzdata on Docker
1 parent 60deffb commit ac25ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.docker/qgis3-build-deps-disco.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Ve
1111
RUN apt-get update \
1212
&& apt-get install -y software-properties-common \
1313
&& apt-get update \
14+
&& DEBIAN_FRONTEND=noninteractive \
1415
&& apt-get install -y \
1516
apt-transport-https \
1617
bison \

0 commit comments

Comments
 (0)
Please sign in to comment.