Skip to content

Instantly share code, notes, and snippets.

@chertov
Created April 29, 2020 21:38
Show Gist options
  • Save chertov/146b5ac0cb679a519aa913b7621d251a to your computer and use it in GitHub Desktop.
Save chertov/146b5ac0cb679a519aa913b7621d251a to your computer and use it in GitHub Desktop.
build wrt 19
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