Paul Mathieu
f274749050
All host tests currently pass Some async refactors may not work well on device, will try later
6 lines
171 B
Docker
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
|