btstack/test/fuzz/Dockerfile

8 lines
150 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
2024-06-07 20:27:38 +00:00
RUN apt-get install -y clang gdb lldb cmake ninja-build bsdmainutils
2020-01-18 23:44:02 +00:00