From ef7996540e15a2dabc27d449c5fc37ee3708e029 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 19 Dec 2022 14:35:20 +0800 Subject: [PATCH] Dockerfile fix --- .buildbot/openwrt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/openwrt/Dockerfile b/.buildbot/openwrt/Dockerfile index 9e604ce..166f0b0 100644 --- a/.buildbot/openwrt/Dockerfile +++ b/.buildbot/openwrt/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:focal RUN apt -y update -RUN apt -y install \ +RUN apt -yq install \ build-essential rsync git-core subversion mercurial \ build-essential libssl-dev libncurses5-dev unzip \ gawk zlib1g-dev libncursesw5-dev zlib1g-dev gettext \