Skip to content

Commit 2cc04c2

Browse files
committedMay 21, 2019
fix installing tzdata on Docker again
1 parent ac25ee2 commit 2cc04c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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 \
15-
&& apt-get install -y \
14+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
1615
apt-transport-https \
1716
bison \
1817
ca-certificates \

0 commit comments

Comments
 (0)
Please sign in to comment.