Created
April 29, 2020 21:38
-
-
Save chertov/146b5ac0cb679a519aa913b7621d251a to your computer and use it in GitHub Desktop.
build wrt 19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:stretch | |
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install \ | |
build-essential cmake gawk libncurses-dev libc6-dev intltool python \ | |
git subversion time unzip zlib1g-dev libssl-dev wget curl cpio bc \ | |
gettext gettext-base liblocale-gettext-perl upx \ | |
flex texinfo help2man libtool-bin byacc bison pkg-config libyaml-dev \ | |
rsync | |
WORKDIR /src/ | |
COPY ./openwrt-19.07.2.tar.gz ./ | |
RUN tar -xvf ./openwrt-19.07.2.tar.gz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment