btstack/test/fuzz/Dockerfile

8 lines
128 B
Docker
Raw Normal View History

2020-01-18 23:44:02 +00:00
# Baseimage Debin
FROM debian
# Install clang, cmake, ninja
RUN apt-get update
RUN apt-get install -y clang cmake ninja-build