reform2_mkuboot/Dockerfile
2021-04-20 02:40:59 +02:00

19 lines
516 B
Docker

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