This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 441e614  Avoid interaction with tzdata (#10)
441e614 is described below

commit 441e61402b71f2fbf856a642508436c5c2ab8284
Author: Bertrand Delacretaz <bdelacre...@apache.org>
AuthorDate: Thu May 28 17:23:59 2020 +0200

    Avoid interaction with tzdata (#10)
---
 docker/webcache/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/webcache/Dockerfile b/docker/webcache/Dockerfile
index b6e2c4f..e9f2cdb 100644
--- a/docker/webcache/Dockerfile
+++ b/docker/webcache/Dockerfile
@@ -15,6 +15,9 @@
 FROM ubuntu:latest
 MAINTAINER d...@sling.apache.org
 
+# Avoid interaction with tzdata
+ARG DEBIAN_FRONTEND=noninteractive
+
 # Install Apache
 RUN apt-get update
 RUN apt-get install apache2 -y

Reply via email to