mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 11:04:51 +08:00
Switch to squashfs for tiny rootfs! (#438)
* try squashfs * rw * build squash directly * oops * cleanup
This commit is contained in:
@@ -18,6 +18,7 @@ RUN apt-get update && \
|
||||
openssl \
|
||||
ccache \
|
||||
libcap2-bin \
|
||||
squashfs-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN if [ ${UID:-0} -ne 0 ] && [ ${GID:-0} -ne 0 ]; then \
|
||||
|
||||
Reference in New Issue
Block a user