mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
7 lines
232 B
Docker
7 lines
232 B
Docker
FROM waujito/entware_builder
|
|
RUN git clone --depth 1 https://github.com/Entware/Entware.git -b k2.6
|
|
WORKDIR /home/me/Entware
|
|
RUN make package/symlinks
|
|
RUN cp -v configs/armv7-2.6.config .config
|
|
RUN make -j$(nproc) toolchain/install
|