openwrt/.buildbot/openwrt/Dockerfile

6 lines
186 B
Docker

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