replace upstream packages to my repo.

This commit is contained in:
licsber 2024-04-03 12:13:52 +08:00
parent 3a1e85c545
commit 45c100bb27

View File

@ -7,6 +7,8 @@ WORKDIR /home/licsber/lede
RUN rm -rf bin RUN rm -rf bin
COPY --chown=licsber openwrt.lede.x86.config .config COPY --chown=licsber openwrt.lede.x86.config .config
RUN sed -i 's/coolsnowwolf\/packages/licsber\/packages/g' feeds.conf.default
RUN ./scripts/feeds update -a && \ RUN ./scripts/feeds update -a && \
./scripts/feeds install -a ./scripts/feeds install -a