synth/arm/dev.dockerfile
Paul Mathieu f274749050 arm: add host uart driver tests
All host tests currently pass
Some async refactors may not work well on device, will try later
2023-06-02 23:33:01 -07:00

6 lines
171 B
Docker

FROM ubuntu
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y make clang libgmock-dev gdb && \
apt-get clean && rm -rf /var/lib/apt/lists