1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-30 16:20:24 +00:00

8 lines
137 B
Docker

# Baseimage Debin
FROM debian
# Install clang, cmake, ninja
RUN apt-get update
RUN apt-get install -y clang gdb lldb cmake ninja-build