1
0
Fork 0
openwrt-deps/Dockerfile

24 lines
314 B
Docker

FROM ubuntu:bionic
RUN apt update \
&& apt-get install -y \
git \
subversion \
build-essential \
libncurses5-dev \
zlib1g-dev \
gawk \
gcc-multilib \
flex \
gettext \
libssl-dev \
unzip \
wget \
time \
python \
python3 \
python3-distutils \
file \
autoconf \
&& rm -rf /var/lib/apt/lists/*