From 3cdeaabc2cba30b8922e21a402c704d686cf5b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Fri, 16 Dec 2022 23:51:43 +0800 Subject: [PATCH] Add dependency --- .buildbot/openwrt/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.buildbot/openwrt/Dockerfile b/.buildbot/openwrt/Dockerfile index df1702d..8337346 100644 --- a/.buildbot/openwrt/Dockerfile +++ b/.buildbot/openwrt/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:focal RUN apt -y update -RUN apt -y install build-essential -RUN apt -y install git-core subversion mercurial build-essential libssl-dev libncurses5-dev unzip gawk zlib1g-dev +RUN apt -y install \ + build-essential rsync git-core subversion mercurial \ + build-essential libssl-dev libncurses5-dev unzip \ + gawk zlib1g-dev