TBZ4KYXZ3ZVDLDMM2XREDT5IGOX7RABG4FJF4E7AROORYXFWGTCQC # syntax=docker/dockerfile:1.4FROM ghcr.io/openwrt/sdk:ramips-mt7621-23.05.3ENV PREFIX=/usr PATH=${PATH}:/builder/staging_dir/target-mipsel_24kc_musl/host/bin/:/builder/staging_dir/toolchain-mipsel_24kc_gcc-12.3.0_musl/bin/RUN true && \./scripts/feeds update packages &&\make defconfig &&\./scripts/feeds install bottom &&\make package/bottom/clean package/bottom/compile -j$(nproc) &&\trueRUN true &&\# git clone --depth 1 https://github.com/fish-shell/fish-shell /var/cache/fish-shell &&\cd /var/cache/fish-shell && cargo add portable-atomic@1.6.0 --no-default-features --features fallback &&\trueWORKDIR /var/cache/fish-shellRUN cargo fetchRUN cargo build --offline || trueCOPY gnu-mips.patch .RUN patch -p1 <gnu-mips.patch || true