Skip to content

Commit

Permalink
Merge pull request #27 from peeweep/fix-dockerfile
Browse files Browse the repository at this point in the history
Dockerfile: checkout kernel commit in correct workdir
  • Loading branch information
tmolteno authored Dec 21, 2022
2 parents 4c424e3 + 0a9e02e commit a77903b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ARG KERNEL_COMMIT
RUN apt-get install -y cpio # Required for kernel build
WORKDIR /build
RUN git clone --depth 1 --branch ${KERNEL_TAG} https://github.com/smaeul/linux
WORKDIR /build/linux
RUN git checkout ${KERNEL_COMMIT}
WORKDIR /build/linux/drivers/net/wireless
RUN git clone --depth 1 https://github.com/YuzukiHD/Xradio-XR829.git
Expand Down

0 comments on commit a77903b

Please sign in to comment.