Kouhei Sutou 2019-05-08 09:16:36 +0900 (Wed, 08 May 2019) Revision: 79ac3afbf70c6c7025ad5afc51c350c45a88bcf3 https://github.com/ranguba/chupa-text-docker/commit/79ac3afbf70c6c7025ad5afc51c350c45a88bcf3 Message: Use debconf-set-selections than DEBIAN_FRONTEND Modified files: chupa-text/Dockerfile proxy/Dockerfile Modified: chupa-text/Dockerfile (+3 -1) =================================================================== --- chupa-text/Dockerfile 2019-05-08 06:18:05 +0900 (800afc3) +++ chupa-text/Dockerfile 2019-05-08 09:16:36 +0900 (78ae4d8) @@ -17,7 +17,9 @@ FROM ubuntu:19.04 MAINTAINER groonga -ENV DEBIAN_FRONTEND noninteractive +RUN \ + echo "debconf debconf/frontend select Noninteractive" | \ + debconf-set-selections RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime Modified: proxy/Dockerfile (+3 -1) =================================================================== --- proxy/Dockerfile 2019-05-08 06:18:05 +0900 (4ff489b) +++ proxy/Dockerfile 2019-05-08 09:16:36 +0900 (9575812) @@ -17,7 +17,9 @@ FROM ubuntu:18.04 MAINTAINER groonga -ENV DEBIAN_FRONTEND noninteractive +RUN \ + echo "debconf debconf/frontend select Noninteractive" | \ + debconf-set-selections RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190508/96c2dc05/attachment.html>