diff --git a/Dockerfile b/Dockerfile index 02e9e4f..6715a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,18 @@ FROM debian:bullseye-slim RUN apt update \ - && apt install -y --no-install-recommends gzip \ + && apt install -y --no-install-recommends \ gcc-aarch64-linux-gnu \ make \ bc \ device-tree-compiler \ - qemu-system-aarch64 \ - qemu-user-static \ build-essential \ - bison flex \ - libssl-dev \ + bison \ + flex \ bash \ git \ - ca-certificates + ca-certificates \ + libssl-dev COPY docker/entrypoint.sh /tmp COPY src/ /tmp