You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
Swap TCL's squashfs-tools for a static compiled version instead
For some reason, the latest 4.4 upload of squashfs-tools in TCL 10.x fails to extract many/most .tcz files from TCL. On the flip side, it's really easy to compile statically and the `Dockerfile` is much cleaner, so we're going with it.
Copy file name to clipboardExpand all lines: Dockerfile
+21-32Lines changed: 21 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -119,38 +119,27 @@ RUN mkdir -p proc; \
119
119
echo -n docker > etc/sysconfig/tcuser; \
120
120
tcl-chroot sh -c '. /etc/init.d/tc-functions && setupHome'
121
121
122
-
# packages (and their deps) that we either need for our "tce-load" patches or that dep on "...-KERNEL" which we don't need (since we build our own kernel)
0 commit comments