Update Dockerfile.r4se.1-build-env

This commit is contained in:
Jiale Liu 2023-04-05 22:21:01 +08:00 committed by GitHub
parent 9c963a629d
commit d30a7fc1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
LABEL maintainer=admin@licsber.site LABEL maintainer=admin@licsber.site
ENV TARGET_IMAGE_DIRNAME=friendlywrt22-docker ENV TARGET_IMAGE_DIRNAME=friendlywrt22.03-docker
ENV TARGET_FRIENDLYWRT_CONFIG=rockchip-docker ENV TARGET_FRIENDLYWRT_CONFIG=rockchip-docker
# https://github.com/friendlyarm/Actions-FriendlyWrt/blob/master/.github/workflows/build.yml # https://github.com/friendlyarm/Actions-FriendlyWrt/blob/master/.github/workflows/build.yml
@ -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 -j1 V=s && \ make download -j8 || 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 {} \;