Dockerfile 265 B

123456
  1. # Docker image used for building the firmware.
  2. # docker build . -t scsi2sd-build
  3. # docker run --rm -v ${PWD}:/src scsi2sd-build make -C src -f Makefile.2021
  4. FROM debian:bullseye-slim
  5. RUN apt update && apt install -y gcc-arm-none-eabi make python3 python-is-python3