From d4cce2d324862575a30eb534d18778eb4e2faf49 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 19 Dec 2022 15:01:47 +0800 Subject: [PATCH] Dockerfile fix --- .buildbot/openwrt/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/Dockerfile b/.buildbot/openwrt/Dockerfile index 72eec5a..0a86171 100644 --- a/.buildbot/openwrt/Dockerfile +++ b/.buildbot/openwrt/Dockerfile @@ -1,7 +1,9 @@ FROM ubuntu:focal RUN apt -y update -RUN apt -yq install \ + +RUN DEBIAN_FRONTEND=noninteractive TZ=UTC \ + apt -yq install \ build-essential rsync git-core subversion mercurial libssl-dev \ libncurses5-dev unzip gawk zlib1g-dev libncursesw5-dev zlib1g-dev \ gettext xsltproc wget unzip python