mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-02-01 06:03:18 +00:00
Builder for 3.0.101
This commit is contained in:
parent
452e640d9f
commit
f68f1ff6c7
12
.github/builder_containers/kernel-3.0.101.Dockerfile
vendored
Normal file
12
.github/builder_containers/kernel-3.0.101.Dockerfile
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
|
RUN apt update && apt install -y build-essential flex bc bison libelf-dev elfutils libssl-dev wget
|
||||||
|
|
||||||
|
RUN wget https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.0.101.tar.xz -O kernel.tar.xz
|
||||||
|
RUN tar -xf kernel.tar.xz
|
||||||
|
RUN rm -f kernel.tar.xz
|
||||||
|
RUN /bin/bash -c "mv linux-* linux"
|
||||||
|
|
||||||
|
WORKDIR /linux
|
||||||
|
RUN make defconfig
|
||||||
|
RUN make -j$(nproc)
|
Loading…
Reference in New Issue
Block a user