[Groonga-commit] ranguba/chupa-text-docker at bac6de8 [master] Don't wait user input on dpkg

Back to archive index
Kouhei Sutou null+****@clear*****
Wed May 8 06:17:01 JST 2019


Kouhei Sutou	2019-05-08 06:17:01 +0900 (Wed, 08 May 2019)

  Revision: bac6de810bbca6868e990116497359123b4db137
  https://github.com/ranguba/chupa-text-docker/commit/bac6de810bbca6868e990116497359123b4db137

  Message:
    Don't wait user input on dpkg

  Modified files:
    chupa-text/Dockerfile
    proxy/Dockerfile

  Modified: chupa-text/Dockerfile (+2 -0)
===================================================================
--- chupa-text/Dockerfile    2019-05-07 16:55:05 +0900 (a8af2cd)
+++ chupa-text/Dockerfile    2019-05-08 06:17:01 +0900 (d51de0e)
@@ -17,6 +17,8 @@
 FROM ubuntu:19.04
 MAINTAINER groonga
 
+ENV DEBIAN_FRONTEND noninteractive
+
 RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime
 
 RUN \

  Modified: proxy/Dockerfile (+2 -0)
===================================================================
--- proxy/Dockerfile    2019-05-07 16:55:05 +0900 (1004f00)
+++ proxy/Dockerfile    2019-05-08 06:17:01 +0900 (4ff489b)
@@ -17,6 +17,8 @@
 FROM ubuntu:18.04
 MAINTAINER groonga
 
+ENV DEBIAN_FRONTEND noninteractive
+
 RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime
 
 RUN \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190508/b3e97689/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index