From 6e921a58002af85b9cfca0e34134ac802d3cc8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sun, 18 Dec 2022 11:57:06 +0800 Subject: [PATCH] Add deps --- .buildbot/openwrt/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/Dockerfile b/.buildbot/openwrt/Dockerfile index 8337346..9e604ce 100644 --- a/.buildbot/openwrt/Dockerfile +++ b/.buildbot/openwrt/Dockerfile @@ -4,4 +4,5 @@ RUN apt -y update RUN apt -y install \ build-essential rsync git-core subversion mercurial \ build-essential libssl-dev libncurses5-dev unzip \ - gawk zlib1g-dev + gawk zlib1g-dev libncursesw5-dev zlib1g-dev gettext \ + xsltproc wget unzip python