wolfBoot/tools/renode/Dockerfile

6 lines
95 B
Docker

FROM antmicro/renode:latest
RUN apt-get update
RUN apt-get install gcc-arm-none-eabi make -y