mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix installing tzdata on Docker again
This commit is contained in:
parent
ac25ee2a04
commit
2cc04c27aa
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user