FROM debian:bullseye-slim RUN apt update \ && apt install -y --no-install-recommends \ gcc-aarch64-linux-gnu \ device-tree-compiler \ make \ bc \ build-essential \ bison \ flex \ bash \ git \ ca-certificates COPY docker/entrypoint.sh /tmp COPY src/ /tmp WORKDIR /tmp CMD /tmp/entrypoint.sh