feat(build): Add Docker build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c91e7a1989
commit
cb4958ae3f
4 changed files with 3015 additions and 1 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM ghcr.io/cross-rs/mips-unknown-linux-musl:latest
|
||||
RUN apt update && apt install -y git wget subversion build-essential libncurses5-dev zlib1g-dev gawk flex quilt git-core unzip libssl-dev python-dev python-pip libxml-parser-perl time
|
||||
|
||||
RUN git clone https://github.com/OnionIoT/source.git
|
||||
|
||||
COPY openwrt-build-config source/.config
|
||||
|
||||
ENV FORCE_UNSAFE_CONFIGURE=1
|
||||
RUN cd source && make -j12
|
Loading…
Add table
Add a link
Reference in a new issue