1
0
Fork 0
openwrt-deps/Dockerfile

24 lines
314 B
Docker
Raw Normal View History

2018-11-30 01:29:59 +08:00
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 \
2019-09-08 23:55:50 +08:00
python3 \
python3-distutils \
2018-11-30 01:29:59 +08:00
file \
autoconf \
&& rm -rf /var/lib/apt/lists/*