blob: 02a0bf54e6df239737315fa8de9f24bb88f67d9a [file] [log] [blame]
FROM ubuntu:rolling
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN apt-get install -y clang device-tree-compiler
COPY . /build/
WORKDIR /build