Update Dockerfile.r4se.1-build-env

This commit is contained in:
Jiale Liu 2023-04-08 01:50:36 +08:00 committed by GitHub
parent d30a7fc1ca
commit 65694d3e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,6 @@ RUN git clone --depth=1 https://github.com/licsber/Dockerfile.git && \
RUN cd friendlywrt && \ RUN cd friendlywrt && \
mkdir -p staging_dir/host/llvm-bpf/bin/ && \ mkdir -p staging_dir/host/llvm-bpf/bin/ && \
ln -s /usr/bin/clang-13 staging_dir/host/llvm-bpf/bin/clang && \ ln -s /usr/bin/clang-13 staging_dir/host/llvm-bpf/bin/clang && \
make download -j8 || make download -j1 V=s && \ make download -j1 V=s && \
find dl -size -1024c -exec ls -l {} \; && \ find dl -size -1024c -exec ls -l {} \; && \
find dl -size -1024c -exec rm -f {} \; find dl -size -1024c -exec rm -f {} \;