wolfBoot/tools/renode/Dockerfile

9 lines
148 B
Docker

FROM antmicro/renode:latest
RUN whoami
USER root
RUN apt-get update
RUN apt-get install gcc-arm-none-eabi make -y
RUN mkdir -p /tmp/test_results/