Fix docker tests in github actions by running the test as root in docker

pull/284/head
David Garske 2023-03-03 13:39:22 -08:00 committed by Daniele Lacamera
parent 919d33d7b5
commit fa483a460a
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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/