1
1

Remove obsolete cross-compilation patch for LXC

This commit is contained in:
2026-08-13 18:57:56 +02:00
parent fc76947d76
commit b9fb4a8428
4 changed files with 19 additions and 42 deletions
+1
View File
@@ -50,6 +50,7 @@ ENV CONFIG_SHELL=/bin/bash
COPY . /home/builder/openwrt
RUN useradd -m -s /bin/bash builder
RUN chown -R builder:builder /home/builder/openwrt
RUN git config --system http.sslVerify false
USER builder
WORKDIR /home/builder/openwrt